Interface Address

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

Properties

Properties

host: string
port: number