interface IProxyConfiguration {
    proxyBypassHosts?: string[];
    proxyPassword?: string;
    proxyUrl: string;
    proxyUsername?: string;
}

Properties

proxyBypassHosts?: string[]
proxyPassword?: string
proxyUrl: string
proxyUsername?: string