GuildDropsData: {
    games: GameDropConfig[];
    kickChannelId: string | null;
    kickDeliveryMode: DeliveryMode;
    kickEnabled: boolean;
    kickLiveNotificationChannelId: string | null;
    kickLiveNotificationRoleId: string | null;
    kickLiveNotifications: boolean;
    kickRoleId: string | null;
    kickScheduledHours: number[];
    kickScheduledWeekdays: number[];
    kickWindowEndHour: number | null;
    kickWindowStartHour: number | null;
    timezone: string;
    twitchChannelId: string | null;
    twitchDeliveryMode: DeliveryMode;
    twitchEnabled: boolean;
    twitchLiveNotificationChannelId: string | null;
    twitchLiveNotificationRoleId: string | null;
    twitchLiveNotifications: boolean;
    twitchRoleId: string | null;
    twitchScheduledHours: number[];
    twitchScheduledWeekdays: number[];
    twitchWindowEndHour: number | null;
    twitchWindowStartHour: number | null;
    webhook: WebhookConfig | null;
}