GuildDropsUncheckedCreateInput: {
    createdAt?: Date | string;
    dbId?: string;
    games?: GuildDropsGameUncheckedCreateNestedManyWithoutGuildDropsInput;
    guildId: string;
    kickChannelId?: string | null;
    kickDeliveryMode?: NotificationDeliveryEnum;
    kickEnabled?: boolean;
    kickLiveNotificationChannelId?: string | null;
    kickLiveNotificationRoleId?: string | null;
    kickLiveNotifications?: boolean;
    kickRoleId?: string | null;
    kickScheduledHours?: GuildDropsCreatekickScheduledHoursInput | number[];
    kickScheduledWeekdays?: GuildDropsCreatekickScheduledWeekdaysInput | number[];
    kickWindowEndHour?: number | null;
    kickWindowStartHour?: number | null;
    twitchChannelId?: string | null;
    twitchDeliveryMode?: NotificationDeliveryEnum;
    twitchEnabled?: boolean;
    twitchLiveNotificationChannelId?: string | null;
    twitchLiveNotificationRoleId?: string | null;
    twitchLiveNotifications?: boolean;
    twitchRoleId?: string | null;
    twitchScheduledHours?: GuildDropsCreatetwitchScheduledHoursInput | number[];
    twitchScheduledWeekdays?: GuildDropsCreatetwitchScheduledWeekdaysInput | number[];
    twitchWindowEndHour?: number | null;
    twitchWindowStartHour?: number | null;
    updatedAt?: Date | string;
    webhook?: GuildDropsWebhookUncheckedCreateNestedOneWithoutGuildDropsInput;
}