mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +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
|
// 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 RawAxiosHeaders = Record<string, AxiosHeaderValue>;
|
||||||
|
|
||||||
type MethodsHeaders = {
|
type MethodsHeaders = {
|
||||||
|
|||||||
Reference in New Issue
Block a user