Type Alias FixUrlRuleScalarWhereWithAggregatesInput

FixUrlRuleScalarWhereWithAggregatesInput: {
    AND?: FixUrlRuleScalarWhereWithAggregatesInput | FixUrlRuleScalarWhereWithAggregatesInput[];
    NOT?: FixUrlRuleScalarWhereWithAggregatesInput | FixUrlRuleScalarWhereWithAggregatesInput[];
    OR?: FixUrlRuleScalarWhereWithAggregatesInput[];
    createdAt?: DateTimeWithAggregatesFilter<"FixUrlRule"> | Date | string;
    dbId?: StringWithAggregatesFilter<"FixUrlRule"> | string;
    enabled?: BoolWithAggregatesFilter<"FixUrlRule"> | boolean;
    original?: StringWithAggregatesFilter<"FixUrlRule"> | string;
    replacement?: StringWithAggregatesFilter<"FixUrlRule"> | string;
    updatedAt?: DateTimeWithAggregatesFilter<"FixUrlRule"> | Date | string;
}