docs: update headersArray() desc in types.d.ts

This commit is contained in:
PrzemyslawMalolepszy-TomTom 2024-08-29 13:16:21 +02:00
parent ac697b0f09
commit 203c47cc04
No known key found for this signature in database
GPG key ID: 06BA6C4327520AD5

View file

@ -17320,8 +17320,8 @@ export interface APIResponse {
headers(): { [key: string]: string; }; headers(): { [key: string]: string; };
/** /**
* An array with all the request HTTP headers associated with this response. Header names are not lower-cased. Headers * An array with all the response HTTP headers associated with this response. Header names are not lower-cased.
* with multiple entries, such as `Set-Cookie`, appear in the array multiple times. * Headers with multiple entries, such as `Set-Cookie`, appear in the array multiple times.
*/ */
headersArray(): Array<{ headersArray(): Array<{
/** /**