Type Alias ClientAggregateArgs<ExtArgs>

ClientAggregateArgs<ExtArgs>: {
    _avg?: ClientAvgAggregateInputType;
    _count?: true | ClientCountAggregateInputType;
    _max?: ClientMaxAggregateInputType;
    _min?: ClientMinAggregateInputType;
    _sum?: ClientSumAggregateInputType;
    cursor?: ClientWhereUniqueInput;
    orderBy?: ClientOrderByWithRelationInput | ClientOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientWhereInput;
}

Type Parameters

Type declaration