Type Alias ClientGroupByArgs<ExtArgs>

ClientGroupByArgs<ExtArgs>: {
    _avg?: ClientAvgAggregateInputType;
    _count?: ClientCountAggregateInputType | true;
    _max?: ClientMaxAggregateInputType;
    _min?: ClientMinAggregateInputType;
    _sum?: ClientSumAggregateInputType;
    by: Prisma.ClientScalarFieldEnum[] | Prisma.ClientScalarFieldEnum;
    having?: ClientScalarWhereWithAggregatesInput;
    orderBy?: ClientOrderByWithAggregationInput | ClientOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: ClientWhereInput;
}

Type Parameters