mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
feat(types): export AxiosHeaderValue type. (#5525)
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
// TypeScript Version: 4.7
|
||||
type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null;
|
||||
export type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null;
|
||||
|
||||
interface RawAxiosHeaders {
|
||||
[key: string]: AxiosHeaderValue;
|
||||
|
||||
Reference in New Issue
Block a user