@karmaniverous/stan-context
    Preparing search index...

    Type Alias GraphEdge

    type GraphEdge = {
        kind: GraphEdgeKind;
        resolution: GraphEdgeResolution;
        target: NodeId;
    }
    Index

    Properties

    target: NodeId