Infers the corresponding TypeScript/JavaScript object type from a FlowObjectType.
This utility recursively unwraps nested FlowObjectTypes and resolves Typed<R>
(e.g., database columns) to their underlying type R.
For ReferenceColumns, applies dotwalk support with TableAwareRecordWithFallback.
Infers the corresponding TypeScript/JavaScript object type from a
FlowObjectType. This utility recursively unwraps nestedFlowObjectTypes and resolvesTyped<R>(e.g., database columns) to their underlying typeR. For ReferenceColumns, applies dotwalk support with TableAwareRecordWithFallback.