Type Alias GuildDropsWebhookScalarWhereWithAggregatesInput

GuildDropsWebhookScalarWhereWithAggregatesInput: {
    AND?: GuildDropsWebhookScalarWhereWithAggregatesInput | GuildDropsWebhookScalarWhereWithAggregatesInput[];
    NOT?: GuildDropsWebhookScalarWhereWithAggregatesInput | GuildDropsWebhookScalarWhereWithAggregatesInput[];
    OR?: GuildDropsWebhookScalarWhereWithAggregatesInput[];
    avatarUrl?: StringNullableWithAggregatesFilter<"GuildDropsWebhook"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildDropsWebhook"> | string;
    guildDropsId?: StringWithAggregatesFilter<"GuildDropsWebhook"> | string;
    username?: StringNullableWithAggregatesFilter<"GuildDropsWebhook"> | string | null;
}