Type alias NodeAddress

NodeAddress: {
    host: Host | Hostname;
    port: Port;
}

Type declaration

Generated using TypeDoc