StructFieldsForColumns
StructFieldsForColumns<
TCols> ="__constrained"extends keyofTCols?Record<string,Schema.Codec<any,any>> :{ readonly [K in keyof TCols]: TCols[K]["schema"] }
Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/mod.d.ts:25
Type Parameters
Section titled “Type Parameters”TCols extends ConstraintColumns