Skip to content

tableIsClientDocumentTable

const tableIsClientDocumentTable: <TTableDef>(tableDef) => tableDef is TTableDef & { options: { isClientDocumentTable: true } } & Trait<TTableDef["sqliteDef"]["name"], any, any, any>

Defined in: packages/@livestore/common/dist/schema/state/sqlite/client-document-def.d.ts:45

TTableDef extends TableDefBase

TTableDef

tableDef is TTableDef & { options: { isClientDocumentTable: true } } & Trait<TTableDef["sqliteDef"]["name"], any, any, any>