Object with hostname and port

{hostname: 'localhost', port: 25565}
interface IAddress {
    hostname: string;
    port: number;
}

Properties

Properties

hostname: string

Hostname of the server

port: number

Port of the server