Skip to content

RowDecoded

RowDecoded<TColumns> = Types.Simplify<Nullable<Pick<RowDecodedAll<TColumns>, NullableColumnNames<TColumns>>> & Omit<RowDecodedAll<TColumns>, NullableColumnNames<TColumns>>>

Defined in: packages/@livestore/common/dist/schema/state/sqlite/table-def.d.ts:58

TColumns extends Columns