2
0
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:
Michael McLellan
2017-10-14 23:25:18 -04:00
parent 26b06391f8
commit 48ece5adbd
Vendored
+1
View File
@@ -50,6 +50,7 @@ export interface AxiosResponse {
statusText: string;
headers: any;
config: AxiosRequestConfig;
request?: any;
}
export interface AxiosError extends Error {