UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 202 B
import { EventReceiver } from '../../../typedef/app/event/EventReceiver'; export declare class EventReceiverCodec { static decode(o: any): EventReceiver; static encode(x: EventReceiver): any; }