mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano filtr 'wycofana'
This commit is contained in:
@@ -28,6 +28,7 @@ export default interface Filter {
|
||||
occupied: boolean;
|
||||
nonPublic: boolean;
|
||||
unavailable: boolean;
|
||||
abandoned: boolean;
|
||||
|
||||
endingStatus: boolean;
|
||||
afkStatus: boolean;
|
||||
|
||||
@@ -22,6 +22,7 @@ export default interface Station {
|
||||
default: boolean;
|
||||
nonPublic: boolean;
|
||||
unavailable: boolean;
|
||||
abandoned?: boolean;
|
||||
|
||||
routes: StationRoutes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user