Recursive mapped type that mirrors a schema's shape for per-field
overrides. Dispatches on the schema kind in the same order as
InferSchemaValue so the inferred override map tracks the
inferred value shape.
Exported so <SchemaView> and other consumers can type their
fields prop against the same machinery <SchemaComponent> uses.
Recursive mapped type that mirrors a schema's shape for per-field overrides. Dispatches on the schema kind in the same order as InferSchemaValue so the inferred override map tracks the inferred value shape.
Exported so
<SchemaView>and other consumers can type theirfieldsprop against the same machinery<SchemaComponent>uses.