Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +00:00

4 lines
83 B
TypeScript

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