UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

18 lines (16 loc) 186 B
/** * Avatar state * 头像状态 */ export type AvatarState = { /** * Title * 标题 */ title: string; /** * Avatar * 头像 */ avatar?: string | null; };