mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano wsparcie dla szlaków wewnętrznych
This commit is contained in:
@@ -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] */
|
||||
|
||||
Reference in New Issue
Block a user