UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

18 lines (16 loc) 177 B
/** * Category item * 类目项 */ export type CategoryItem = { /** * Id * 编号 */ id: number; /** * Names * 名称数组 */ names: string[]; };