blob: bfdb3296d4d1fc2f8f1ddaef0aa75124bd6b08cf [file] [log] [blame]
/**
* The header type declaration of `undici`.
*/
export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;