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