Type Alias: ErrorMessageLocalizer()
ErrorMessageLocalizer = (
value) =>string[] |undefined
A function that localizes validation error messages.
Parameters
value
the results of the validation.
ValidationResult[] | undefined
Returns
string[] | undefined
the localization result or undefined.