UNPKG
node-enterprise-starter
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
<h1 align="center">Node Enterprise Starter</h1>
node-enterprise-starter
/
src
/
app
/
modules
/
Auth
/
auth.utils.ts
5 lines
(4 loc)
•
72 B
text/typescript
View Raw
1
2
3
4
5
export
const
userRole = {
admin
:
"admin"
,
user
:
"user"
, }
as
const
;