interface RelayByName {
    hostname: string;
    port?: number;
    type: "hostname";
}

Properties

Properties

hostname: string
port?: number
type: "hostname"