UNPKG
dewmyth-auth-nestjs-mongo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
1. Install the package
dewmyth-auth-nestjs-mongo
/
src
/
auth
/
entities
/
create-user-dto.entity.ts
8 lines
(6 loc)
•
111 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// User Entity export
class
CreateUserDTO
{ username: string; email: string; password: string; }