UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 208 B
import { DeviceInstance } from '../../typedef/instance/DeviceInstance'; export declare class DeviceInstanceCodec { static decode(o: any): DeviceInstance; static encode(device: DeviceInstance): any; }