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

23 lines
759 B
TypeScript
Raw Normal View History

/**
*
* @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$;