DIR : /home/kozerus/public_html/cropex/node/node_modules/undici-types/header.d.ts /home/kozerus/public_html/cropex/node/node_modules/undici-types /** * The header type declaration of `undici`. */ export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;//