Revert "PR v2.0.7"

This commit is contained in:
PxlLoewe
2026-01-15 23:35:14 +01:00
parent 062e7d44c0
commit c254cd0774
62 changed files with 991 additions and 1725 deletions

View File

@@ -1,5 +1,4 @@
import { Station } from "../../generated/client";
import { StationStatus } from "./SocketEvents";
import { PublicUser } from "./User";
export interface MissionVehicleLog {
@@ -38,19 +37,6 @@ export interface MissionSdsLog {
};
}
export interface MissionSdsStatusLog {
type: "sds-status-log";
auto: false;
timeStamp: string;
data: {
direction: "to-lst" | "to-aircraft";
stationId: number;
station: Station;
user: PublicUser;
status: string;
};
}
export interface MissionMessageLog {
type: "message-log";
auto: false;
@@ -104,5 +90,4 @@ export type MissionLog =
| MissionAlertLogAuto
| MissionCompletedLog
| MissionVehicleLog
| MissionReopenedLog
| MissionSdsStatusLog;
| MissionReopenedLog;