Compartir a través de


RawHttpHeadersInput type

Colección HttpHeaders para la entrada, representada como un objeto JSON simple.

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