RawHttpHeadersInput type

用于输入的 HttpHeaders 集合,表示为简单的 JSON 对象。

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