Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Goncharov committed Oct 11, 2017
1 parent 26b0639 commit 1f333ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,5 +1,5 @@
export interface AxiosTransformer {
(data: any): any;
(data: any, headers?: any): any;
}

export interface AxiosAdapter {
Expand Down

0 comments on commit 1f333ca

Please sign in to comment.