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

20 lines
488 B
TypeScript
Raw Normal View History

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