/** Allowed Http Headers */
type HttpHeaders = HeadersInit | Headers | Record<string, string> | undefined;

export type { HttpHeaders };
