UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 173 B
import { DeviceKey } from '../../typedef/key/DeviceKey'; export declare class DeviceKeyCodec { static encode(x: DeviceKey): any; static decode(o: any): DeviceKey; }