AuthUser.dto.ts 67 B

12345
  1. export class AuthUserDto {
  2. email: string;
  3. password: string;
  4. }