FromLixSchemaDefinition<
T
> =ApplyLixGenerated
<T
>
Convert a LixSchemaDefinition to a TypeScript type.
This type transformation:
x-lix-generated: true
in LixGenerated markerstype: "object"
without properties to Record<string, any>
The resulting type can be used with LixInsertable, LixUpdateable, and LixSelectable for database operations.
T
extends LixSchemaDefinition