Compartilhar via


RawHttpHeadersInput type

Uma coleção HttpHeaders para entrada, representada como um objeto JSON simples.

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