mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Update axios.d.ts, add Response.statusText
This commit is contained in:
Vendored
+1
@@ -21,6 +21,7 @@ declare module axios {
|
|||||||
interface Response {
|
interface Response {
|
||||||
data?: any;
|
data?: any;
|
||||||
status?: number;
|
status?: number;
|
||||||
|
statusText?: string;
|
||||||
headers?: any;
|
headers?: any;
|
||||||
config?: any;
|
config?: any;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user