MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Constants/DelegateRoles.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const DELEGATE_ROLES = {
  superuser: { title: 'Super User', group_id: null, group_name: 'superuser' },
  glossary_editors: { title: 'Glossary Editor', group_id: null, group_name: 'glossary_editors' },
  helppage_editor: { title: 'Help Page Editor', group_id: undefined, group_name: 'helppage_editor' },
};

export default DELEGATE_ROLES;