nestjs-transaction
Version:
A library that extracts and provides only some of the functions of the 'typeorm-transactional' npm module that are needed to operate in the Nestjs + TypeORM environment
14 lines (13 loc) • 392 B
TypeScript
export declare const TRANSACTION_MODULE_OPTION_TOKEN: unique symbol;
/**
* Transaction decorator inject token
*/
export declare const TRANSACTION_DECORATOR: unique symbol;
/**
* Event listener decorator inject token
*/
export declare const TRANSACTION_EVENT_LISTENER_DECORATOR: unique symbol;
/**
* Test QueryRunnenr Token
*/
export declare const getTestQueryRunnerToken: () => symbol;