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