Skip to content

structSchemaForTable

const structSchemaForTable: (tableDef) => Struct<{[k: string]: Schema<any, any, never>; }>

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/ast/sqlite.d.ts:66

Table

Struct<{[k: string]: Schema<any, any, never>; }>