Files
huly-platform/plugins/contact/src/analytics.ts
T
2024-08-14 14:37:52 +07:00

6 lines
167 B
TypeScript

export enum ContactEvents {
EmployeeCreated = 'contact.employee.Created',
PersonCreated = 'contact.person.Created',
CompanyCreated = 'contact.company.Created'
}