Type Alias ClientBlogAggregateArgs<ExtArgs>

ClientBlogAggregateArgs<ExtArgs>: {
    _avg?: ClientBlogAvgAggregateInputType;
    _count?: true | ClientBlogCountAggregateInputType;
    _max?: ClientBlogMaxAggregateInputType;
    _min?: ClientBlogMinAggregateInputType;
    _sum?: ClientBlogSumAggregateInputType;
    cursor?: ClientBlogWhereUniqueInput;
    orderBy?: ClientBlogOrderByWithRelationInput | ClientBlogOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientBlogWhereInput;
}

Type Parameters

Type declaration