| id | OperationConfig |
|---|---|
| title | OperationConfig |
Defined in: packages/db/src/types.ts:411
optional metadata: Record<string, unknown>;Defined in: packages/db/src/types.ts:412
optional optimistic: boolean;Defined in: packages/db/src/types.ts:414
Whether to apply optimistic updates immediately. Defaults to true.