zhizhi/node_modules/dingtalk-jsapi/api/biz/realm/getUserExclusiveInfo.d.ts

23 lines
759 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 专属钉钉获取用户信息 请求参数定义
* @apiName biz.realm.getUserExclusiveInfo
*/
export interface IBizRealmGetUserExclusiveInfoParams {
}
/**
* 专属钉钉获取用户信息 返回结果定义
* @apiName biz.realm.getUserExclusiveInfo
*/
export interface IBizRealmGetUserExclusiveInfoResult {
/** 0标准包;1专属包 */
isExclusiveApp: number;
}
/**
* 专属钉钉获取用户信息
* @apiName biz.realm.getUserExclusiveInfo
* @supportVersion ios: 6.0.14 android: 6.0.14
* @author Android晤歌; iOS路客; winodows 秋酷
*/
export declare function getUserExclusiveInfo$(params: IBizRealmGetUserExclusiveInfoParams): Promise<IBizRealmGetUserExclusiveInfoResult>;
export default getUserExclusiveInfo$;