structSchemaForTable
conststructSchemaForTable: (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
Parameters
Section titled “Parameters”tableDef
Section titled “tableDef”Returns
Section titled “Returns”Schema.Struct<{[k: string]: Schema<any, any, never>; }>