GuildDropsGameWhereUniqueInput: Prisma.AtLeast<{
    AND?: GuildDropsGameWhereInput | GuildDropsGameWhereInput[];
    NOT?: GuildDropsGameWhereInput | GuildDropsGameWhereInput[];
    OR?: GuildDropsGameWhereInput[];
    channelId?: StringNullableFilter<"GuildDropsGame"> | string | null;
    createdAt?: DateTimeFilter<"GuildDropsGame"> | Date | string;
    dbId?: string;
    game?: XOR<DropGameNullableScalarRelationFilter, DropGameWhereInput> | null;
    gameId?: StringFilter<"GuildDropsGame"> | string;
    guildDrops?: XOR<GuildDropsNullableScalarRelationFilter, GuildDropsWhereInput> | null;
    guildDropsId?: StringFilter<"GuildDropsGame"> | string;
    guildDropsId_gameId?: GuildDropsGameGuildDropsIdGameIdCompoundUniqueInput;
    liveNotifications?: BoolNullableFilter<"GuildDropsGame"> | boolean | null;
    roleId?: StringNullableFilter<"GuildDropsGame"> | string | null;
    webhook?: XOR<GuildDropsGameWebhookNullableScalarRelationFilter, GuildDropsGameWebhookWhereInput> | null;
}, "dbId" | "guildDropsId_gameId">