zhizhi/node_modules/dingtalk-jsapi/api/union/getCachedAPIResponse.d.ts

20 lines
629 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
* JSAPI返回值
* @apiName getCachedAPIResponse
*/
export interface IUnionGetCachedAPIResponseParams extends ICommonAPIParams {
}
/**
* JSAPI返回值
* @apiName getCachedAPIResponse
*/
export interface IUnionGetCachedAPIResponseResult {
}
/**
* JSAPI返回值
* @apiName getCachedAPIResponse
*/
export declare function getCachedAPIResponse$(params: IUnionGetCachedAPIResponseParams): Promise<IUnionGetCachedAPIResponseResult>;
export default getCachedAPIResponse$;