UNPKG

@arifwidianto/rpc-agent

Version:

RPC Agent for both client and server, extends more methods easily

12 lines (11 loc) 207 B
export interface EchoArguments { message: string; } export interface EchoResponse { message: string; timestamp: string; } export interface PingResponse { pong: true; timestamp: string; }