9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type Headers = {
[key: string]: string | string[];
};

Defined in: http/http-interfaces.ts

Index Signature

ts
[key: string]: string | string[]
Previous
GridUnitType