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

20 lines
542 B
TypeScript
Raw Normal View History

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