We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d8c62 commit 503dbc2Copy full SHA for 503dbc2
constants/users.js
@@ -1,5 +1,6 @@
1
const userStatusEnum = ['ooo', 'idle', 'active']
2
const ROLES = {
3
+ ADMIN: 'admin',
4
APPOWNER: 'app_owner',
5
DEFAULT: 'default',
6
MEMBER: 'member',
0 commit comments