mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Update index.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
export interface AxiosTransformer {
|
export interface AxiosTransformer {
|
||||||
(data: any): any;
|
(data: any, headers?: any): any;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AxiosAdapter {
|
export interface AxiosAdapter {
|
||||||
|
|||||||
Reference in New Issue
Block a user