import type { JournalEvent } from "../../JournalEvent.ts";
export interface Continued extends JournalEvent<"Continued"> {
    Part: number;
}
