export enum PensionAllocationProfilesActions {
  FETCH_PENSION_ALLOCATION_PROFILES_REQUEST = 'pensionAllocationProfiles/fetch',
  CREATE_PENSION_ALLOCATION_PROFILE_REQUEST = 'pensionAllocationProfiles/create',
  UPDATE_PENSION_ALLOCATION_PROFILE_REQUEST = 'pensionAllocationProfiles/update',
  DELETE_PENSION_ALLOCATION_PROFILE_REQUEST = 'pensionAllocationProfiles/delete',
}
