mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Updating Typescript typing for AxiosError to include request? param (#1015)
This commit is contained in:
committed by
Rubén Norte
parent
f1fb3de38f
commit
6508280bbf
Vendored
+1
@@ -55,6 +55,7 @@ export interface AxiosResponse {
|
|||||||
export interface AxiosError extends Error {
|
export interface AxiosError extends Error {
|
||||||
config: AxiosRequestConfig;
|
config: AxiosRequestConfig;
|
||||||
code?: string;
|
code?: string;
|
||||||
|
request?: any;
|
||||||
response?: AxiosResponse;
|
response?: AxiosResponse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user