getDefaultValuesEncoded
const
getDefaultValuesEncoded: <TTableDef
>(tableDef
,fallbackValues?
) =>Record
<string
,any
>
Defined in: packages/@livestore/common/dist/schema/state/sqlite/schema-helpers.d.ts:2
Type Parameters
Section titled “Type Parameters”TTableDef
Section titled “TTableDef”TTableDef
extends TableDef
Parameters
Section titled “Parameters”tableDef
Section titled “tableDef”TTableDef
fallbackValues?
Section titled “fallbackValues?”Record
<string
, any
>
Returns
Section titled “Returns”Record
<string
, any
>