@traversable/schema
    Preparing search index...
    type Index = {
        dataPath: (string | number)[];
        isOptional: boolean;
        isRoot: boolean;
        offset: number;
        schemaPath: (keyof any)[];
        siblingCount: number;
        varName: string;
    }
    Index

    Properties

    dataPath: (string | number)[]
    isOptional: boolean
    isRoot: boolean
    offset: number
    schemaPath: (keyof any)[]
    siblingCount: number
    varName: string