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