UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

7 lines (6 loc) 202 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserPersonal { fullName: string; avatarUri?: string; } export declare const UserPersonalSchema: ObjectSchema;