Interface FormValidationOptionsAction

interface FormValidationOptionsAction {
    type: "FORM_VALIDATION_OPTIONS";
}

Properties

Properties

type: "FORM_VALIDATION_OPTIONS"