Skip to content

Commit 524f5bf

Browse files
vwxyutaroooJustinBeckwith
authored andcommitted
fix: Fix type error when socketPath option in AxiosRequestConfig
1 parent cb63021 commit 524f5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export interface AxiosRequestConfig {
4242
maxContentLength?: number;
4343
validateStatus?: (status: number) => boolean;
4444
maxRedirects?: number;
45+
socketPath?: string | null;
4546
httpAgent?: any;
4647
httpsAgent?: any;
4748
proxy?: AxiosProxyConfig | false;

0 commit comments

Comments
 (0)