zhizhi/node_modules/dingtalk-jsapi/api/biz/contact/chooseMobileContacts.d.ts

22 lines
660 B
TypeScript
Raw Normal View History

/**
*
* @apiName biz.contact.chooseMobileContacts
*/
export interface IBizContactChooseMobileContactsParams {
[key: string]: any;
}
/**
*
* @apiName biz.contact.chooseMobileContacts
*/
export interface IBizContactChooseMobileContactsResult {
[key: string]: any;
}
/**
*
* @apiName biz.contact.chooseMobileContacts
* @supportVersion ios: 3.1 android: 3.1
*/
export declare function chooseMobileContacts$(params: IBizContactChooseMobileContactsParams): Promise<IBizContactChooseMobileContactsResult>;
export default chooseMobileContacts$;