UNPKG

@arifwidianto/rpc-agent

Version:

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

10 lines (9 loc) 191 B
export interface ValidatePortArguments { port: number; type: "TCP" | "UDP"; } export interface ValidatePortResponse { valid: boolean; port: number; type: "TCP" | "UDP"; }