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