Files
Octopus/grafana/dashboards/requests/node_modules/http-response-object/lib/headers.d.ts
2026-04-09 13:05:27 +02:00

4 lines
83 B
TypeScript

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