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