@traversable/schema
    Preparing search index...
    interface ValidationError {
        got: unknown;
        message: string;
        path: (string | number)[];
    }
    Index

    Properties

    Properties

    got: unknown
    message: string
    path: (string | number)[]