platform/plugins/hr/src/analytics.ts

4 lines
71 B
TypeScript
Raw Normal View History

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