A utility type to infer the TypeScript/JavaScript type from any FlowValueType.
FlowValueType
C
Typed<T>
T
FlowObjectType
InferFlowObject
unknown
The FlowValueType (Column, FlowObjectType, or FlowArrayType) to infer.
A utility type to infer the TypeScript/JavaScript type from any
FlowValueType.Cis aTyped<T>(e.g., a database column), it resolves to the base typeT.Cis aFlowObjectType, it usesInferFlowObjectto determine its structure.unknown.