interface SegmentsParsedResponsePart {
    mainObjectID?: number;
    objects: Segment[];
    roadTypes: RoadType[];
}

Hierarchy (View Summary)

Properties

mainObjectID?: number
objects: Segment[]
roadTypes: RoadType[]