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