@wearesage/schema
    Preparing search index...

    Type Alias ValidationError

    type ValidationError = {
        message: string;
        property: string;
        rule: string;
        target: string;
        value: any;
    }
    Index

    Properties

    message: string
    property: string
    rule: string
    target: string
    value: any