import type { JournalEvent } from "../../JournalEvent.js";
/**
 * Written when heat exceeds 100%.
 */
export interface HeatWarning extends JournalEvent<"HeatWarning"> {
}
