提交 524f5bf1 编写于 作者: Y Yutaro Miyazaki 提交者: Justin Beckwith

fix: Fix type error when socketPath option in AxiosRequestConfig

上级 cb630218
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册