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
/
workout-place.enum.ts
moahmedwafy
feat: crud service
484fdbc
about 1 year ago
raw
Copy download link
history
blame
Safe
78 Bytes
export
enum
WorkoutPlace
{
GYM
=
"gym"
,
HOME
=
"home"
,
BOTH
=
"both"
,
}