zhizhi/node_modules/dingtalk-jsapi/api/runtime/message/post.d.ts

22 lines
484 B
TypeScript
Raw Normal View History

/**
*
* @apiName runtime.message.post
*/
export interface IRuntimeMessagePostParams {
[key: string]: any;
}
/**
*
* @apiName runtime.message.post
*/
export interface IRuntimeMessagePostResult {
[key: string]: any;
}
/**
*
* @apiName runtime.message.post
* @supportVersion ios: 2.6.0 android: 2.6.0
*/
export declare function post$(params: IRuntimeMessagePostParams): Promise<IRuntimeMessagePostResult>;
export default post$;