Skip to content

Commit

Permalink
Fix typings for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Feb 24, 2020
1 parent d381ee0 commit 8a69ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type HonokaDataType =

export interface HonokaRequestOptions {
method?: string;
headers?: HonokaHeaders;
headers?: any;
data?: any;
dataType?: HonokaDataType;
body?: any;
Expand Down

0 comments on commit 8a69ba4

Please sign in to comment.