mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 22:02:23 +02:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export enum HrEvents {
|
|
DepartmentCreated = 'hr.department.Created'
|
|
}
|