import type { JournalEvent } from "../../JournalEvent.ts"; export interface BookDropship extends JournalEvent<"BookDropship"> { Retreat?: boolean; Cost: number; DestinationSystem: string; DestinationLocation: string; }