Type Alias ClientBlogGroupByArgs<ExtArgs>

ClientBlogGroupByArgs<ExtArgs>: {
    _avg?: ClientBlogAvgAggregateInputType;
    _count?: ClientBlogCountAggregateInputType | true;
    _max?: ClientBlogMaxAggregateInputType;
    _min?: ClientBlogMinAggregateInputType;
    _sum?: ClientBlogSumAggregateInputType;
    by: Prisma.ClientBlogScalarFieldEnum[] | Prisma.ClientBlogScalarFieldEnum;
    having?: ClientBlogScalarWhereWithAggregatesInput;
    orderBy?: ClientBlogOrderByWithAggregationInput | ClientBlogOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: ClientBlogWhereInput;
}

Type Parameters