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