API reference › @evolu/common › local‑first/Schema › UpsertValues
type UpsertValues<T> = NullableColumnsToOptional<T> & {
isDeleted?: SqliteBoolean;
};
Defined in: packages/common/src/local-first/Schema.ts:288
Upsert values: id required, nullable columns optional, non-nullable columns
required. Includes isDeleted for soft deletes.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
isDeleted? | SqliteBoolean | packages/common/src/local-first/Schema.ts:290 |