interface EndpointConfig {
    hostname: string;
    path: string;
    port: number;
    protocol: string;
}

Properties

hostname: string
path: string
port: number
protocol: string

Generated using TypeDoc