feat: Cover more tracking events.

This commit is contained in:
Ahmed Bouhuolia
2024-09-02 15:19:01 +02:00
parent 81c0761fbe
commit ddd17e74b5
8 changed files with 292 additions and 1 deletions

View File

@@ -241,6 +241,7 @@ export interface ICustomerEventCreatingPayload {
trx: Knex.Transaction;
}
export interface ICustomerEventEditedPayload {
tenantId: number
customerId: number;
customer: ICustomer;
trx: Knex.Transaction;