diff --git a/types/env-http-proxy-agent.d.ts b/types/env-http-proxy-agent.d.ts index 28fbb846a35..1733d7f6e32 100644 --- a/types/env-http-proxy-agent.d.ts +++ b/types/env-http-proxy-agent.d.ts @@ -1,4 +1,5 @@ import Agent from './agent' +import ProxyAgent from './proxy-agent' import Dispatcher from './dispatcher' export default EnvHttpProxyAgent @@ -10,7 +11,7 @@ declare class EnvHttpProxyAgent extends Dispatcher { } declare namespace EnvHttpProxyAgent { - export interface Options extends Agent.Options { + export interface Options extends Omit { /** Overrides the value of the HTTP_PROXY environment variable */ httpProxy?: string; /** Overrides the value of the HTTPS_PROXY environment variable */