mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
add string[] to AxiosRequestHeaders type (#4322)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// TypeScript Version: 3.0
|
// TypeScript Version: 3.0
|
||||||
export type AxiosRequestHeaders = Record<string, string | number | boolean>;
|
export type AxiosRequestHeaders = Record<string, string | string[] | number | boolean>;
|
||||||
|
|
||||||
export type AxiosResponseHeaders = Record<string, string> & {
|
export type AxiosResponseHeaders = Record<string, string> & {
|
||||||
"set-cookie"?: string[]
|
"set-cookie"?: string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user