Interface Endpoint

interface Endpoint {
    encryption: string;
    host: string;
    port: number;
}

Properties

Properties

encryption: string
host: string
port: number

Generated using TypeDoc