UNPKG

nestjs-typeorm-transactions

Version:

A NestJS module to make transaction management easier across different services

5 lines (4 loc) 176 B
/** An exception that is thrown when connection name is not valid */ export declare class UnknownConnectionException extends Error { constructor(connectionName: string); }