UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

9 lines (8 loc) 113 B
/** * Device list data * 设备列表数据 */ export type DeviceListDto = { id: number; name: string; };