Dodano wsparcie dla szlaków wewnętrznych

This commit is contained in:
2022-03-02 22:36:06 +01:00
parent f94c867a71
commit ae08a64284
2 changed files with 14 additions and 10 deletions
+4 -2
View File
@@ -4,14 +4,16 @@ export default interface StationRoutes {
name: string;
catenary: boolean;
SBL: boolean;
TWB: boolean
TWB: boolean;
isInternal: boolean;
}[];
twoWay: {
name: string;
catenary: boolean;
SBL: boolean;
TWB: boolean
TWB: boolean;
isInternal: boolean;
}[];
/* [catenary, noCatenary] */