chore(profile): added combined journal with timetables and dispatchers; added journal filters

This commit is contained in:
2026-02-06 01:49:18 +01:00
parent ccca1c8752
commit 40a0b47984
2 changed files with 92 additions and 8 deletions
+2
View File
@@ -41,6 +41,8 @@ export namespace API {
export interface Data {
id: number;
createdAt: string;
updatedAt: string;
currentDuration: number;
dispatcherId: number;
dispatcherName: string;