mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
fix: added AxiosHeaders in AxiosHeaderValue (#5103)
fixes issue #5034 Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user