In TypeORM, you can use an `EventSubscriber` to listen for various database events, including events that occur after a transaction commit. To get the updated columns after a transaction commit, you can utilize the `afterTransactionCommit` event. Her…