interface ProblematicEdge {
    from: NodeId;
    tag: "edge";
    to: NodeId;
}

Properties

Properties

from: NodeId
tag: "edge"
to: NodeId