feature: like count historii dyżurnych

This commit is contained in:
2023-02-26 14:14:32 +01:00
parent eaa34f3359
commit b88a240ec1
2 changed files with 26 additions and 5 deletions
@@ -1,10 +1,11 @@
export interface DispatcherHistory {
id: string;
currentDuration: number;
dispatcherId: number;
dispatcherName: string;
dispatcherLevel: number | null;
dispatcherRate: number;
dispatcherIsSupporter: boolean;
isOnline: boolean;
lastOnlineTimestamp: number;
@@ -13,4 +14,4 @@ export interface DispatcherHistory {
stationName: string;
timestampFrom: number;
timestampTo?: number;
}
}