mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +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 {
|
||||
data?: any;
|
||||
status?: number;
|
||||
statusText?: string;
|
||||
headers?: any;
|
||||
config?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user