UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

7 lines (6 loc) 141 B
import { ContactItem } from "./ContactItem"; /** * Person list data * 成员列表数据 */ export type PersonListDto = ContactItem & {};