mingo
    Preparing search index...
    type PathNode = {
        next?: PathNode;
        position?: string;
        selector: string;
    }
    Index

    Properties

    next?: PathNode
    position?: string
    selector: string