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-goal.enum.ts
moahmedwafy
feat: crud service
484fdbc
about 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
export
enum
FitnessGoal
{
LOSE_WEIGHT
=
"lose weight"
,
GAIN_MUSCLE
=
"gain muscle"
,
GET_FITTER
=
"get fitter"
,
}