Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pbl6-cats
/
PBL6-informative-system
like
0
Sleeping
App
Files
Files
Community
main
PBL6-informative-system
/
backend
/
src
/
common
/
enums
/
PaymentMethod.enum.ts
Trần Viết Sơn
fix: update dto
3059320
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
export
enum
PaymentMethod
{
CASH
=
0
,
CARD
=
1
,
ONLINE_PAYMENT
=
2
,
}