UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 275 B
import { DeviceDTO } from '../../typedef/dto/DeviceDTO'; export declare class DeviceDTOCodec { static decodeArray(list: any[]): DeviceDTO[]; static decode(o: any): DeviceDTO; static encode(def: DeviceDTO): any; static encodeArray(list: DeviceDTO[]): any[]; }