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