UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 190 B
import { AgentServer } from '../../typedef/agent/AgentServer'; export declare class AgentServerCodec { static encode(server: AgentServer): any; static decode(o: any): AgentServer; }