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
Fetching metadata from the HF Docker repository...
main
PBL6-informative-system
/
backend
/
src
/
modules
/
user
/
dto
/
create-user.dto.ts
Trần Viết Sơn
fix: refactor, add entities
c114c72
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
70 Bytes
export
interface
CreateUserDto
{
id
:
string
;
full_name
:
string
;
}