Skip to content

Commit

Permalink
fix: added AxiosHeaders in AxiosHeaderValue
Browse files Browse the repository at this point in the history
fixes issue axios#5034
  • Loading branch information
salmannotkhan committed Oct 11, 2022
1 parent b733f36 commit ecf795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TypeScript Version: 4.1
type AxiosHeaderValue = string | string[] | number | boolean | null;
type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null;
type RawAxiosHeaders = Record<string, AxiosHeaderValue>;

type MethodsHeaders = {
Expand Down

0 comments on commit ecf795f

Please sign in to comment.