Files
huly-platform/plugins/hr/src/analytics.ts
T
2024-08-14 14:37:52 +07:00

4 lines
71 B
TypeScript

export enum HrEvents {
DepartmentCreated = 'hr.department.Created'
}