mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Merge pull request #126 from louislarry/patch-1
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