Dodano filtr 'wycofana'

This commit is contained in:
2022-04-27 19:21:08 +02:00
parent aa72b04da6
commit 199d42aeb2
8 changed files with 44 additions and 19 deletions
+1
View File
@@ -28,6 +28,7 @@ export default interface Filter {
occupied: boolean;
nonPublic: boolean;
unavailable: boolean;
abandoned: boolean;
endingStatus: boolean;
afkStatus: boolean;
+1
View File
@@ -22,6 +22,7 @@ export default interface Station {
default: boolean;
nonPublic: boolean;
unavailable: boolean;
abandoned?: boolean;
routes: StationRoutes;