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
+3 -1
View File
@@ -253,8 +253,10 @@ export namespace API {
pn?: number;
tn?: number;
returnType?: 'all' | 'short' | 'detailed';
headUnitName?: string;
headUnitType?: string;
returnType?: 'all' | 'short' | 'detailed';
sortBy?: Journal.TimetableSorter['id'];
}