interface RoadType {
    id: RoadTypeId;
    localizedName: string;
    name: string;
}

Properties

Properties

localizedName: string
name: string