feat(journal): fitlering journal timetables by head vehicle unit name or type

This commit is contained in:
2026-04-16 22:25:33 +02:00
parent af12a299b6
commit 91ab3ad8ab
5 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ export namespace Journal {
| 'search-issuedFrom'
| 'search-terminatingAt'
| 'search-via'
| 'select-categoryCode';
| 'select-categoryCode'
| 'search-headUnit';
export type TimetableSearchType = {
[key in TimetableSearchKey]: string;