RawHttpHeadersInput type

A HttpHeaders collection for input, represented as a simple JSON object.

type RawHttpHeadersInput = Record<string, string | number | boolean>