We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string[]
AxiosRequestHeaders
1 parent ed0ba0f commit ee51e68Copy full SHA for ee51e68
index.d.ts
@@ -1,5 +1,5 @@
1
// TypeScript Version: 3.0
2
-export type AxiosRequestHeaders = Record<string, string | number | boolean>;
+export type AxiosRequestHeaders = Record<string, string | string[] | number | boolean>;
3
4
export type AxiosResponseHeaders = Record<string, string> & {
5
"set-cookie"?: string[]
0 commit comments