Interface WebSocketOpt

interface WebSocketOpt {
    host: string;
    port: number;
}

Properties

Properties

host: string
port: number