Interface IHostPort

interface IHostPort {
    host?: string;
    port?: number;
}

Properties

Properties

host?: string
port?: number