import * as $dara from '@darabonba/typescript'; export declare class GetYikeUserResponseBodyUserInfo extends $dara.Model { /** * @example * nick */ nickname?: string; /** * @example * name */ userName?: string; /** * @example * spaceId */ workspaceId?: string; /** * @example * id */ yikeUserId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeUserResponseBody extends $dara.Model { /** * @example * ****63E8B7C7-4812-46AD-0FA56029AC86**** */ requestId?: string; userInfo?: GetYikeUserResponseBodyUserInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }