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