interface ProblematicVertex {
    id: NodeId;
    tag: "vertex";
}

Properties

Properties

id: NodeId
tag: "vertex"