summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/npm/node_modules/undici/types/header.d.ts
blob: bfdb3296d4d1fc2f8f1ddaef0aa75124bd6b08cf (plain) (blame)
1
2
3
4
/**
 * The header type declaration of `undici`.
 */
export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;