SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/collection_objects/browse/store/actions/actionNames.js

Summary

Maintainability
A
40 mins
Test Coverage
const ActionNames = {
  LoadBiocurations: 'loadBiocurations',
  LoadCollectionObject: 'loadCollectionObject',
  LoadDwc: 'loadDwc',
  LoadIdentifiersFor: 'loadIdentifiersFor',
  LoadSoftValidation: 'loadSoftValidation',
  LoadTimeline: 'loadTimeline',
  UpdateCollectingEvent: 'updateCollectingEvent',
  ResetStore: 'resetStore'
}

export default ActionNames