mirror of
https://github.com/strapi/strapi.git
synced 2025-07-20 07:27:06 +00:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
![]() |
module.exports = {
|
||
|
SUPER_ADMIN_CODE: 'strapi-super-admin',
|
||
|
EDITOR_CODE: 'strapi-editor',
|
||
|
AUTHOR_CODE: 'strapi-author',
|
||
|
};
|