ConstraintColumns
ConstraintColumns =
Record<string,ColumnDefinition<any,any>> &object
Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/mod.d.ts:44
NOTE this is only needed to avoid a TS limitation where StructSchemaForColumns in the default case
results in Record<string, any> instead of any. (Thanks to Andarist for the workaround)
Hopefully this can be removed in the future
Type declaration
Section titled “Type declaration”__constrained?
Section titled “__constrained?”
optional__constrained:never