UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.

7 lines (6 loc) 232 B
import type { BaseEvent } from "./BaseEvent"; /** * TransactionRollbackEvent is an object that broadcaster sends to the entity subscriber on transaction rollback. */ export interface TransactionRollbackEvent extends BaseEvent { }