Skip to content

structSchemaForTable

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

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

Table

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