interface RelayByAddress {
    ipv4?: string;
    ipv6?: string;
    port?: number;
    type: "ipAddress";
}

Properties

Properties

ipv4?: string
ipv6?: string
port?: number
type: "ipAddress"