export class AuthUserDto { email: string; password: string; }