UNPKG

@etsoo/smarterp-core

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