zhizhi/node_modules/dingtalk-jsapi/api/union/getUserExclusiveInfo.d.ts

21 lines
687 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName getUserExclusiveInfo
*/
export interface IUnionGetUserExclusiveInfoParams extends ICommonAPIParams {
}
/**
*
* @apiName getUserExclusiveInfo
*/
export interface IUnionGetUserExclusiveInfoResult {
isExclusiveApp: number;
}
/**
*
* @apiName getUserExclusiveInfo
*/
export declare function getUserExclusiveInfo$(params: IUnionGetUserExclusiveInfoParams): Promise<IUnionGetUserExclusiveInfoResult>;
export default getUserExclusiveInfo$;