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