UNPKG

nestjs-typeorm-transactions

Version:

A NestJS module to make transaction management easier across different services

5 lines (4 loc) 113 B
import { EntityManager } from 'typeorm'; export interface IAsyncLocalStore { [key: string]: EntityManager; }