ValidationErrors
Defines the map of errors returned from failed validation checks.
type ValidationErrors = {
[key: string]: any;
};
Defines the map of errors returned from failed validation checks.
type ValidationErrors = {
[key: string]: any;
};