Transforms a Flow schema definition (a record of FlowValueTypes) into its corresponding TypeScript/JavaScript type representation. Each property in the resulting type will have its type inferred using TypeOfWithFlowObject.
FlowValueType
TypeOfWithFlowObject
The input schema definition, expected to be a record where keys are string identifiers and values are FlowValueType.
Transforms a Flow schema definition (a record of
FlowValueTypes) into its corresponding TypeScript/JavaScript type representation. Each property in the resulting type will have its type inferred usingTypeOfWithFlowObject.