mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 06:12:23 +02:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export enum ContactEvents {
|
|
EmployeeCreated = 'contact.employee.Created',
|
|
PersonCreated = 'contact.person.Created',
|
|
CompanyCreated = 'contact.company.Created'
|
|
}
|