chore: dispatcher history revamp & statuses

This commit is contained in:
2024-08-02 02:00:44 +02:00
parent 6a62276d95
commit c8964dc20f
4 changed files with 181 additions and 153 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export namespace API {
export type Response = Data[];
export interface Data {
id: string;
id: number;
currentDuration: number;
dispatcherId: number;
dispatcherName: string;