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