Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moahmedwafy
/
modarb-be
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f06a425
modarb-be
/
src
/
common
/
enums
/
role.enum.ts
moahmedwafy
feat: crud service
484fdbc
about 1 year ago
raw
Copy download link
history
blame
Safe
70 Bytes
export
enum
Role
{
SUPER_ADMIN
=
"superAdmin"
,
ADMIN
=
"admin"
,
}