UNPKG
easy-express-cwa
Version:
latest (1.2.10)
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.1.2
CLI tool to setup a common Express.js backend developed by codewithashim
easy-express-cwa
/
server
/
src
/
enums
/
user.ts
6 lines
•
128 B
text/typescript
View Raw
1
2
3
4
5
6
export
enum
ENUM_USER_ROLE { USER =
'User'
, ADMIN =
'Admin'
, SUB_ADMIN =
'Subadmin'
, SUPER_ADMIN=
'Superadmin'
}