mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
Add request field to AxiosResponse type
This commit is contained in:
Vendored
+1
@@ -50,6 +50,7 @@ export interface AxiosResponse {
|
||||
statusText: string;
|
||||
headers: any;
|
||||
config: AxiosRequestConfig;
|
||||
request?: any;
|
||||
}
|
||||
|
||||
export interface AxiosError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user