interface EmailValidationFormState {
    validated: boolean;
}

Properties

Properties

validated: boolean