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