UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

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