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

20 lines
479 B
TypeScript
Raw Normal View History

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