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