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