mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmiana pozycji karty filtrów scenerii; dodano filtrowanie autorów
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default interface Filter {
|
||||
[key: string]: (boolean | number),
|
||||
[key: string]: (boolean | number | string),
|
||||
default: boolean;
|
||||
notDefault: boolean;
|
||||
real: boolean;
|
||||
@@ -36,5 +36,7 @@ export default interface Filter {
|
||||
unavailableStatus: boolean;
|
||||
unsignedStatus: boolean;
|
||||
|
||||
authors: string;
|
||||
|
||||
onlineFromHours: number;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ export default interface Station {
|
||||
controlType: string;
|
||||
|
||||
SUP: boolean;
|
||||
authors?: string[];
|
||||
|
||||
availability: Availability;
|
||||
routes: StationRoutes;
|
||||
|
||||
Reference in New Issue
Block a user