export type EventKey = "abtesting" | "crabxx" | "egghunt" | "franky" | "goobrawl" | "halloween" | "holidayseason" | "icegolem" | "lunarnewyear" | "valentines";
export interface GEvent {
    duration: number;
    join?: boolean;
    modal: string;
    name: string;
    sprite: string;
    type: string;
}
