diff --git a/interfaces.ts b/interfaces.ts index efccd12..ae16eac 100644 --- a/interfaces.ts +++ b/interfaces.ts @@ -46,10 +46,3 @@ export interface IRequestOptions { allowRetries?: boolean; maxRetries?: number; } - -export interface IProxySettings { - readonly proxyUrl: string - readonly bypass: string[] - - getProxyUrl(serverUrl): string -} \ No newline at end of file