Files
Octopus/grafana/dashboards/requests/node_modules/http-basic/lib/Headers.js.flow
2026-04-09 13:05:27 +02:00

8 lines
133 B
Plaintext

// @flow
// Generated using flowgen2
type IncomingHttpHeaders = Object;
type Headers = IncomingHttpHeaders;
export type {Headers};