Type alias ProxyConfig

ProxyConfig: {
    proxyAddress: string;
    proxyPort: number;
    type: string;
}

Type declaration

  • proxyAddress: string

    The configured proxy address.

  • proxyPort: number

    The configured proxy port.

  • type: string

Generated using TypeDoc