UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 196 B
import { AgentMapping } from '../../typedef/agent/AgentMapping'; export declare class AgentMappingCodec { static encode(mapping: AgentMapping): any; static decode(o: any): AgentMapping; }