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