From b9d808c3db58f56bb00c392547134fbe86f98b59 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 22 Jan 2020 23:27:00 -0500 Subject: [PATCH] . --- interfaces.ts | 7 ------- 1 file changed, 7 deletions(-) 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