2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix: Fix type error when socketPath option in AxiosRequestConfig

This commit is contained in:
Yutaro Miyazaki
2018-04-07 12:44:20 +09:00
committed by Justin Beckwith
parent cb63021830
commit 524f5bf10a
Vendored
+1
View File
@@ -42,6 +42,7 @@ export interface AxiosRequestConfig {
maxContentLength?: number;
validateStatus?: (status: number) => boolean;
maxRedirects?: number;
socketPath?: string | null;
httpAgent?: any;
httpsAgent?: any;
proxy?: AxiosProxyConfig | false;