Type Alias GuildDropsGameWebhookScalarWhereWithAggregatesInput

GuildDropsGameWebhookScalarWhereWithAggregatesInput: {
    AND?: GuildDropsGameWebhookScalarWhereWithAggregatesInput | GuildDropsGameWebhookScalarWhereWithAggregatesInput[];
    NOT?: GuildDropsGameWebhookScalarWhereWithAggregatesInput | GuildDropsGameWebhookScalarWhereWithAggregatesInput[];
    OR?: GuildDropsGameWebhookScalarWhereWithAggregatesInput[];
    avatarUrl?: StringNullableWithAggregatesFilter<"GuildDropsGameWebhook"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildDropsGameWebhook"> | string;
    guildDropsGameId?: StringWithAggregatesFilter<"GuildDropsGameWebhook"> | string;
    username?: StringNullableWithAggregatesFilter<"GuildDropsGameWebhook"> | string | null;
}