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

20 lines
488 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName closePage
*/
export interface IUnionClosePageParams extends ICommonAPIParams {
}
/**
*
* @apiName closePage
*/
export interface IUnionClosePageResult {
}
/**
*
* @apiName closePage
*/
export declare function closePage$(params: IUnionClosePageParams): Promise<IUnionClosePageResult>;
export default closePage$;