feat: user communication flags

This commit is contained in:
2026-01-14 00:14:35 +01:00
parent 052ca08f01
commit 1819569234
18 changed files with 106 additions and 2 deletions
+2
View File
@@ -114,6 +114,7 @@ export namespace API {
dispatcherId: number;
dispatcherName: string;
dispatcherIsSupporter: boolean;
dispatcherLanguageId: number;
stationName: string;
stationHash: string;
region: string;
@@ -152,6 +153,7 @@ export namespace API {
driverId: number;
driverIsSupporter: boolean;
driverLevel?: number;
driverLanguageId: number;
currentStationName: string;
currentStationHash?: string;