zhizhi/node_modules/dingtalk-jsapi/api/biz/telephone/call.d.ts

22 lines
498 B
TypeScript
Raw Normal View History

/**
*
* @apiName biz.telephone.call
*/
export interface IBizTelephoneCallParams {
[key: string]: any;
}
/**
*
* @apiName biz.telephone.call
*/
export interface IBizTelephoneCallResult {
[key: string]: any;
}
/**
*
* @apiName biz.telephone.call
* @supportVersion ios: 2.4.0 android: 2.4.0
*/
export declare function call$(params: IBizTelephoneCallParams): Promise<IBizTelephoneCallResult>;
export default call$;