We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9f33 commit de973f0Copy full SHA for de973f0
index.d.ts
@@ -125,8 +125,8 @@ export interface AxiosRequestConfig<D = any> {
125
responseEncoding?: responseEncoding | string;
126
xsrfCookieName?: string;
127
xsrfHeaderName?: string;
128
- onUploadProgress?: (progressEvent: any) => void;
129
- onDownloadProgress?: (progressEvent: any) => void;
+ onUploadProgress?: (progressEvent: ProgressEvent) => void;
+ onDownloadProgress?: (progressEvent: ProgressEvent) => void;
130
maxContentLength?: number;
131
validateStatus?: ((status: number) => boolean) | null;
132
maxBodyLength?: number;
0 commit comments