Type alias CustomHeaders

CustomHeaders: Record<string, MaybeArray<string>>

Key-value pairs of headers where the values can be an array of values. Each value is appended to the outgoing headers.

Generated using TypeDoc