interface EmailValidationService {
    isEmailValid(email: string): Promise<EmailValidationResult>;
}

Methods

Methods