import type { JournalEvent } from "../../JournalEvent.ts";
export interface CancelDropship extends JournalEvent<"CancelDropship"> {
    Refund: number;
}
