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