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
17cd84b
PBL6-informative-system
/
backend
/
src
/
modules
/
branch
/
dto
/
create-branch.dto.ts
Trần Viết Sơn
feat: save temper
8b7e5fc
2 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
export
interface
BranchDto
{
id
:
string
;
name
:
string
;
location
:
string
;
phone_number
:
string
;
owner_id
:
string
;
}