2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Update index.d.ts

This commit is contained in:
Andrei Goncharov
2017-10-11 15:12:51 -06:00
committed by GitHub
parent 26b06391f8
commit 1f333ca645
Vendored
+1 -1
View File
@@ -1,5 +1,5 @@
export interface AxiosTransformer {
(data: any): any;
(data: any, headers?: any): any;
}
export interface AxiosAdapter {