@traversable/schema
    Preparing search index...
    interface Index {
        dataPath: (string | number)[];
        isOptional: boolean;
        schemaPath: (string | number | symbol)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataPath: (string | number)[]
    isOptional: boolean
    schemaPath: (string | number | symbol)[]