The NumberConfig interface extends the BaseValidatorConfig interface to provide basic configuration options for number validation. It allows you to specify an optional default value for the number field.
value (Optional): Using the value as a reference for comparison in other validation rules.Inherits all properties from BaseValidatorConfig (e.g., message, messageKey, and potentially conditionalExpression depending on the library implementation).