MrShi
8 天以前 1ab34d6347171b10acf78fcd3d6678eac0483bae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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$;