import type { JournalEvent } from "../../JournalEvent.ts";
export interface LaunchDrone extends JournalEvent<"LaunchDrone"> {
    Type: string;
}
