import type { JournalEvent } from "../../JournalEvent.ts";
export interface CockpitBreached extends JournalEvent<"CockpitBreached"> {
}
