Tema
type Headers = { [key: string]: string | string[] | undefined; };
Encabezados de la solicitud, tal como los entrega el framework.
[key: string]: string | string[] | undefined