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