diff --git a/index.d.ts b/index.d.ts index 97e64e6cae..d984f1d4ca 100644 --- a/index.d.ts +++ b/index.d.ts @@ -242,6 +242,7 @@ export interface AxiosStatic extends AxiosInstance { Cancel: CancelStatic; CancelToken: CancelTokenStatic; Axios: typeof Axios; + AxiosError: typeof AxiosError; readonly VERSION: string; isCancel(value: any): boolean; all(values: Array>): Promise;