export default function ({ commit }) {
  return new Promise(function (resolve, reject) {
    TaxonNameClassification.types().then((response) => {
      commit(MutationNames.SetStatusList, response.body)
      return resolve()