This commit is contained in:
eric sciple 2020-01-22 23:27:00 -05:00
parent d745dd984c
commit b9d808c3db

View File

@ -46,10 +46,3 @@ export interface IRequestOptions {
allowRetries?: boolean;
maxRetries?: number;
}
export interface IProxySettings {
readonly proxyUrl: string
readonly bypass: string[]
getProxyUrl(serverUrl): string
}