Type Alias FixUrlRuleGroupByArgs<ExtArgs>

FixUrlRuleGroupByArgs<ExtArgs>: {
    _count?: FixUrlRuleCountAggregateInputType | true;
    _max?: FixUrlRuleMaxAggregateInputType;
    _min?: FixUrlRuleMinAggregateInputType;
    by: Prisma.FixUrlRuleScalarFieldEnum[] | Prisma.FixUrlRuleScalarFieldEnum;
    having?: FixUrlRuleScalarWhereWithAggregatesInput;
    orderBy?: FixUrlRuleOrderByWithAggregationInput | FixUrlRuleOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: FixUrlRuleWhereInput;
}

Type Parameters