Defined in: packages/db/src/types.ts:433
optional metadata: Record<string, unknown>;
Defined in: packages/db/src/types.ts:434
optional optimistic: boolean;
Defined in: packages/db/src/types.ts:436
Whether to apply optimistic updates immediately. Defaults to true.