This website requires JavaScript.
Explore
Help
Sign In
simponic
/
LocChat
Watch
1
Star
0
Fork
0
You've already forked LocChat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d844431745
LocChat
/
server
/
dto
/
create_user.dto.ts
7 lines
109 B
TypeScript
Raw
Normal View
History
Unescape
Escape
basic login boilerplatre
2021-11-20 20:18:58 -05:00
export
class
CreateUserDto
{
update readme add git scripts
2021-12-03 20:31:24 -05:00
firstName
:
string
;
lastName
:
string
;
basic login boilerplatre
2021-11-20 20:18:58 -05:00
email
:
string
;
password
:
string
;
}
Reference in New Issue
Copy Permalink