UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

21 lines (20 loc) 745 B
export declare const apiName = "internal.blebusiness.popOrgCreatePage"; /** * 弹出通讯录团队创建组件页 请求参数定义 * @apiName internal.blebusiness.popOrgCreatePage */ export interface IInternalBlebusinessPopOrgCreatePageParams { } /** * 弹出通讯录团队创建组件页 返回结果定义 * @apiName internal.blebusiness.popOrgCreatePage */ export interface IInternalBlebusinessPopOrgCreatePageResult { } /** * 弹出通讯录团队创建组件页 * @apiName internal.blebusiness.popOrgCreatePage * @supportVersion ios: 4.6.18 */ export declare function popOrgCreatePage$(params: IInternalBlebusinessPopOrgCreatePageParams): Promise<IInternalBlebusinessPopOrgCreatePageResult>; export default popOrgCreatePage$;