mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-21 15:02:24 +00:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export enum HrEvents {
|
|
DepartmentCreated = 'hr.department.Created'
|
|
}
|