xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

8 lines
133 B
Plaintext

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