Filtry aktywnych pociągów

This commit is contained in:
2022-09-08 12:21:27 +02:00
parent 21bacb1c95
commit 828421efe0
10 changed files with 476 additions and 579 deletions
+1 -5
View File
@@ -14,11 +14,7 @@ declare module '@vue/runtime-core' {
$store: Store<State>
}
// Train filter for TrainView
interface TrainFilter {
id: TrainFilterType;
isActive: boolean;
}
interface JournalFilter {
id: JournalFilterType;