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