Type Alias: RunInTransactionCallback()<T>
RunInTransactionCallback<
T>: (entityManager) =>Promise<T>
Type Parameters
| Type Parameter | 
|---|
| T | 
Parameters
| Parameter | Type | 
|---|---|
| entityManager | EntityManager|undefined | 
Returns
Promise<T>
Defined in
.tmp/repos/rockets/packages/typeorm-common/src/typeorm-common.types.ts:3 (opens in a new tab)