RawHttpHeadersInput type

単純な JSON オブジェクトとして表される入力用の HttpHeaders コレクション。

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