BUPKIS
    Preparing search index...

    Interface PathSegment

    The path segment interface of the issue.

    Allows path elements to carry additional metadata beyond just the key.

    interface PathSegment {
        key: PropertyKey;
    }
    Index
    key: PropertyKey

    The key representing a path segment.

    Can be a string, number, or symbol identifying the path component.