index
:
greatoffice
master
My take/showcase on a business management system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
frontend
/
src
/
models
/
base
/
UserRole.ts
blob: ec32852e60ccade3235599229fa098947416ca30 (
plain
) (
blame
)
1
2
3
4
5
export enum UserRole
{
REGULAR
=
"reg"
,
ADMINISTRATOR
=
"adm"
,
OWNER
=
"own"
}