GuildDropsWhereInput: {
    AND?: GuildDropsWhereInput | GuildDropsWhereInput[];
    NOT?: GuildDropsWhereInput | GuildDropsWhereInput[];
    OR?: GuildDropsWhereInput[];
    createdAt?: DateTimeFilter<"GuildDrops"> | Date | string;
    dbId?: StringFilter<"GuildDrops"> | string;
    games?: GuildDropsGameListRelationFilter;
    guildId?: StringFilter<"GuildDrops"> | string;
    kickChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickDeliveryMode?: EnumNotificationDeliveryEnumFilter<"GuildDrops"> | NotificationDeliveryEnum;
    kickEnabled?: BoolFilter<"GuildDrops"> | boolean;
    kickLiveNotificationChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickLiveNotificationRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickLiveNotifications?: BoolFilter<"GuildDrops"> | boolean;
    kickRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickScheduledHours?: IntNullableListFilter<"GuildDrops">;
    kickScheduledWeekdays?: IntNullableListFilter<"GuildDrops">;
    kickWindowEndHour?: IntNullableFilter<"GuildDrops"> | number | null;
    kickWindowStartHour?: IntNullableFilter<"GuildDrops"> | number | null;
    twitchChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchDeliveryMode?: EnumNotificationDeliveryEnumFilter<"GuildDrops"> | NotificationDeliveryEnum;
    twitchEnabled?: BoolFilter<"GuildDrops"> | boolean;
    twitchLiveNotificationChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchLiveNotificationRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchLiveNotifications?: BoolFilter<"GuildDrops"> | boolean;
    twitchRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchScheduledHours?: IntNullableListFilter<"GuildDrops">;
    twitchScheduledWeekdays?: IntNullableListFilter<"GuildDrops">;
    twitchWindowEndHour?: IntNullableFilter<"GuildDrops"> | number | null;
    twitchWindowStartHour?: IntNullableFilter<"GuildDrops"> | number | null;
    updatedAt?: DateTimeFilter<"GuildDrops"> | Date | string;
    webhook?: XOR<GuildDropsWebhookNullableScalarRelationFilter, GuildDropsWebhookWhereInput> | null;
}