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