export interface EmployeeCourseFilterInput { domain?: string; service?: string; ticket?: string; employeeSearch?: string; } export interface TotalizerEmployeeCourseChangeDto { totalCourseHoursCount: string | number; participationRate: string; enrollmentRate: string; effectiveness: string; }