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) 237 B
import type { BaseEvent } from "./BaseEvent"; /** * TransactionCommitEvent is an object that broadcaster sends to the entity subscriber when an transaction is committed. */ export interface TransactionCommitEvent extends BaseEvent { }