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...
main
modarb-be
/
src
/
common
/
enums
/
place.enum.ts
Hozifa Elgharbawy
add user-registered-workout.model and update workout.model
eb78df6
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
54 Bytes
export
enum
Place
{
GYM
=
"gym"
,
HOME
=
"home"
,
}