interface Node {
    connectedSegmentIds: number[];
    geometry: Point;
    id: number;
}

Properties

connectedSegmentIds: number[]
geometry: Point
id: number