export enum TrainingDashboardActions {
  FETCH_TRAINING_OVERVIEW = 'trainingDashboard/fetchOverview',
  FETCH_DEPARTMENT_REPORT = 'trainingDashboard/fetchDepartment',
  FETCH_BRANCH_REPORT = 'trainingDashboard/fetchBranch',
}
