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