RawHttpHeadersInput type

مجموعة HttpHeaders للإدخل، ممثلة كعنصر JSON بسيط.

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