From ea5e9acefb0ea8c868169f194b719172144d9432 Mon Sep 17 00:00:00 2001 From: niris Date: Sun, 12 Nov 2017 12:14:07 +0800 Subject: [PATCH] fix #1147 --- index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.d.ts b/index.d.ts index af3fd8115b..0abd7518be 100644 --- a/index.d.ts +++ b/index.d.ts @@ -14,6 +14,10 @@ export interface AxiosBasicCredentials { export interface AxiosProxyConfig { host: string; port: number; + auth?: { + username: string; + password:string; + } } export interface AxiosRequestConfig {