| id | TransactionConfig |
|---|---|
| title | TransactionConfig |
Defined in: packages/db/src/types.ts:115
T extends object = Record<string, unknown>
optional autoCommit: boolean;Defined in: packages/db/src/types.ts:119
optional id: string;Defined in: packages/db/src/types.ts:117
Unique identifier for the transaction
optional metadata: Record<string, unknown>;Defined in: packages/db/src/types.ts:122
Custom metadata to associate with the transaction
mutationFn: MutationFn<T>;Defined in: packages/db/src/types.ts:120