Type Alias GuildFixUrlRuleScalarWhereWithAggregatesInput

GuildFixUrlRuleScalarWhereWithAggregatesInput: {
    AND?: GuildFixUrlRuleScalarWhereWithAggregatesInput | GuildFixUrlRuleScalarWhereWithAggregatesInput[];
    NOT?: GuildFixUrlRuleScalarWhereWithAggregatesInput | GuildFixUrlRuleScalarWhereWithAggregatesInput[];
    OR?: GuildFixUrlRuleScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildFixUrlRule"> | string;
    enabled?: BoolWithAggregatesFilter<"GuildFixUrlRule"> | boolean;
    guildFixUrlId?: StringWithAggregatesFilter<"GuildFixUrlRule"> | string;
    original?: StringWithAggregatesFilter<"GuildFixUrlRule"> | string;
    replacement?: StringWithAggregatesFilter<"GuildFixUrlRule"> | string;
}