diff --git a/index.d.cts b/index.d.cts index 4c953a02..918cb08f 100644 --- a/index.d.cts +++ b/index.d.cts @@ -20,7 +20,8 @@ type CommonRequestHeadersList = | 'Content-Length' | 'User-Agent' | 'Content-Encoding' - | 'Authorization'; + | 'Authorization' + | 'Location'; type ContentType = | axios.AxiosHeaderValue diff --git a/index.d.ts b/index.d.ts index e9bdcd75..300eb7c5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -132,7 +132,8 @@ type CommonRequestHeadersList = | "Content-Length" | "User-Agent" | "Content-Encoding" - | "Authorization"; + | "Authorization" + | "Location"; type ContentType = | AxiosHeaderValue