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