@fp8/simple-config
    Preparing search index...

    Interface IFieldValidationDetail

    Detail error of validation error per field

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

    Properties

    Properties

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