UNPKG

dewmyth-auth-nestjs-mongo

Version:

1. Install the package

6 lines (5 loc) 102 B
export declare class CreateUserDTO { username: string; email: string; password: string; }