export interface EmailVerificationDTO { email: string; alreadyVerified: boolean; }