UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 241 B
import { DeviceEventOccurred } from '../../../typedef/notice/device/impl/DeviceEventOccurred'; export declare class DeviceEventOccurredCodec { static encode(x: DeviceEventOccurred): any; static decode(o: any): DeviceEventOccurred; }