UNPKG

dewmyth-auth-nestjs-mongo

Version:

1. Install the package

8 lines (6 loc) 111 B
// User Entity export class CreateUserDTO { username: string; email: string; password: string; }