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.
undefined
1 parent d8bbebf commit 095033cCopy full SHA for 095033c
1 file changed
index.d.ts
@@ -348,7 +348,7 @@ export interface AxiosRequestConfig<D = any> {
348
httpAgent?: any;
349
httpsAgent?: any;
350
proxy?: AxiosProxyConfig | false;
351
- cancelToken?: CancelToken;
+ cancelToken?: CancelToken | undefined;
352
decompress?: boolean;
353
transitional?: TransitionalOptions;
354
signal?: GenericAbortSignal;
0 commit comments