API reference › @evolu/common › local‑first/Storage › DbChangeValues
type DbChangeValues = Readonly<
Partial<
Record<
string,
| string
| Uint8Array<ArrayBufferLike>
| (number & Brand<"NonNaN"> & Brand<"Finite">)
| null
>
>
>;
Defined in: packages/common/src/local-first/Storage.ts:299