feature: lvl dyżurnego w dzienniku

This commit is contained in:
2022-12-30 17:39:21 +01:00
parent 272c9f50f8
commit 7e25327832
2 changed files with 24 additions and 1 deletions
@@ -4,6 +4,8 @@ export interface DispatcherHistory {
currentDuration: number;
dispatcherId: number;
dispatcherName: string;
dispatcherLevel: number | null;
dispatcherIsSupporter: boolean;
isOnline: boolean;
lastOnlineTimestamp: number;
region: string;