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

22 lines
607 B
TypeScript
Raw Normal View History

/**
*
* @apiName biz.contact.departmentsPicker
*/
export interface IBizContactDepartmentsPickerParams {
[key: string]: any;
}
/**
*
* @apiName biz.contact.departmentsPicker
*/
export interface IBizContactDepartmentsPickerResult {
[key: string]: any;
}
/**
*
* @apiName biz.contact.departmentsPicker
* @supportVersion pc: 4.2.5 ios: 3.0 android: 3.0
*/
export declare function departmentsPicker$(params: IBizContactDepartmentsPickerParams): Promise<IBizContactDepartmentsPickerResult>;
export default departmentsPicker$;