interface LanesData {
    lanes: LaneData[];
}

Properties

Properties

lanes: LaneData[]