Skip to content

Commit

Permalink
Merge pull request #1125 from keenondrums/master
Browse files Browse the repository at this point in the history
Update AxiosTransformer type in index.d.ts
  • Loading branch information
nickuraltsev committed Oct 24, 2017
2 parents 3f90738 + 1f333ca commit 8bea343
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 8bea343

Please sign in to comment.