import type { JournalEvent } from "../../JournalEvent.ts";
export interface WingJoin extends JournalEvent<"WingJoin"> {
    Others: string[];
}
