Files
2026-04-09 13:05:27 +02:00

4 lines
83 B
TypeScript

export declare type Headers = {
readonly [name: string]: string | string[];
};