UNPKG

xiot-core-message-ts

Version:
6 lines (5 loc) 166 B
import { Notice } from '../typedef/notice/Notice'; export interface NoticeCodec { encode(notice: Notice): any; decode(id: string, content: Object): Notice; }