export enum EmployeeCertificationsActions {
  FETCH_EMPLOYEE_CERTIFICATIONS_REQUEST = 'employeeCertifications/fetch',
  CREATE_EMPLOYEE_CERTIFICATION_REQUEST = 'employeeCertifications/create',
  UPDATE_EMPLOYEE_CERTIFICATION_REQUEST = 'employeeCertifications/update',
  DELETE_EMPLOYEE_CERTIFICATION_REQUEST = 'employeeCertifications/delete',
  FETCH_MY_CERTIFICATIONS_REQUEST = 'employeeCertifications/fetchMyCertifications',
}
