Type Alias GuildDropsGameScalarWhereWithAggregatesInput

GuildDropsGameScalarWhereWithAggregatesInput: {
    AND?: GuildDropsGameScalarWhereWithAggregatesInput | GuildDropsGameScalarWhereWithAggregatesInput[];
    NOT?: GuildDropsGameScalarWhereWithAggregatesInput | GuildDropsGameScalarWhereWithAggregatesInput[];
    OR?: GuildDropsGameScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"GuildDropsGame"> | string | null;
    createdAt?: DateTimeWithAggregatesFilter<"GuildDropsGame"> | Date | string;
    dbId?: StringWithAggregatesFilter<"GuildDropsGame"> | string;
    gameId?: StringWithAggregatesFilter<"GuildDropsGame"> | string;
    guildDropsId?: StringWithAggregatesFilter<"GuildDropsGame"> | string;
    liveNotifications?: BoolNullableWithAggregatesFilter<"GuildDropsGame"> | boolean | null;
    roleId?: StringNullableWithAggregatesFilter<"GuildDropsGame"> | string | null;
}