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...
6d6248c
modarb-be
/
src
/
common
/
enums
/
fitness-level.enum.ts
moahmedwafy
feat: crud service
484fdbc
about 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
export
enum
FitnessLevel
{
BEGINNER
=
"beginner"
,
INTERMEDIATE
=
"intermediate"
,
ADVANCED
=
"advanced"
,
}