Variable: transactionContext
consttransactionContext:AsyncLocalStorage<TransactionContext>
Defined in: service-core/src/decorators/DatabaseDecorators.ts:31
Carries the transactional context established by @Transactional through the async call chain of the
decorated method, keyed to that specific invocation rather than to the object instance the method runs on.