feat: filtering journal timetables by train category

This commit is contained in:
2025-04-26 14:23:14 +02:00
parent fd28eb4609
commit b278c20480
7 changed files with 94 additions and 29 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ export namespace Journal {
| 'search-dispatcher'
| 'search-issuedFrom'
| 'search-terminatingAt'
| 'search-via';
| 'search-via'
| 'select-categoryCode';
export type TimetableSearchType = {
[key in TimetableSearchKey]: string;