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