Skip to content

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

__constrained?

optional __constrained: never