Interface IFieldValidationDetail

Detail error of validation error per field

interface IFieldValidationDetail {
    constraints?: Record<string, string>;
    value: TJsonValue;
}

Properties

Properties

constraints?: Record<string, string>
value: TJsonValue