6 lines
128 B
JavaScript
Raw Normal View History

module.exports = {
SUPER_ADMIN_CODE: 'strapi-super-admin',
EDITOR_CODE: 'strapi-editor',
AUTHOR_CODE: 'strapi-author',
};