import type { JournalEvent } from "../../JournalEvent.js";
export interface WingLeave extends JournalEvent<"WingLeave"> {
}
