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