Type alias CustomProxy

CustomProxy: {
    auth: ProxyAuth;
    host: string;
    port: number;
    protocol: string;
}

Type declaration

  • auth: ProxyAuth
  • host: string
  • port: number
  • protocol: string

Generated using TypeDoc