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

21 lines
505 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName replacePage
*/
export interface IUnionReplacePageParams extends ICommonAPIParams {
url: string;
}
/**
*
* @apiName replacePage
*/
export interface IUnionReplacePageResult {
}
/**
*
* @apiName replacePage
*/
export declare function replacePage$(params: IUnionReplacePageParams): Promise<IUnionReplacePageResult>;
export default replacePage$;