The FactorConfig interface extends the BaseValidatorConfig interface to provide configuration options for validators that perform comparison-based validation using a factor and potentially a field name. This can be useful for scenarios where you want to validate a field's value against another value or against a calculated value.
dividend (Optional): A number representing the factor used in the comparison. The specific validation logic might depend on the library implementation, but common use cases include:
fieldName (Optional): A string representing the name of another field in the form. This field name can be used in conjunction with dividend for comparison-based validation logic.