GuildDropsWhereUniqueInput: Prisma.AtLeast<{
    AND?: GuildDropsWhereInput | GuildDropsWhereInput[];
    NOT?: GuildDropsWhereInput | GuildDropsWhereInput[];
    OR?: GuildDropsWhereInput[];
    createdAt?: DateTimeFilter<"GuildDrops"> | Date | string;
    dbId?: string;
    games?: GuildDropsGameListRelationFilter;
    guildId?: string;
    kickChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickEnabled?: BoolFilter<"GuildDrops"> | boolean;
    kickLiveNotificationChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickLiveNotificationRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    kickRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    liveNotifications?: BoolFilter<"GuildDrops"> | boolean;
    twitchChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchEnabled?: BoolFilter<"GuildDrops"> | boolean;
    twitchLiveNotificationChannelId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchLiveNotificationRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    twitchRoleId?: StringNullableFilter<"GuildDrops"> | string | null;
    updatedAt?: DateTimeFilter<"GuildDrops"> | Date | string;
    webhook?: XOR<GuildDropsWebhookNullableScalarRelationFilter, GuildDropsWebhookWhereInput> | null;
}, "dbId" | "guildId">