GuildDropsGameScalarWhereInput: {
    AND?: GuildDropsGameScalarWhereInput | GuildDropsGameScalarWhereInput[];
    NOT?: GuildDropsGameScalarWhereInput | GuildDropsGameScalarWhereInput[];
    OR?: GuildDropsGameScalarWhereInput[];
    channelId?: StringNullableFilter<"GuildDropsGame"> | string | null;
    createdAt?: DateTimeFilter<"GuildDropsGame"> | Date | string;
    dbId?: StringFilter<"GuildDropsGame"> | string;
    gameId?: StringFilter<"GuildDropsGame"> | string;
    guildDropsId?: StringFilter<"GuildDropsGame"> | string;
    liveNotifications?: BoolNullableFilter<"GuildDropsGame"> | boolean | null;
    roleId?: StringNullableFilter<"GuildDropsGame"> | string | null;
}