Type Alias UserGroupByArgs<ExtArgs>

UserGroupByArgs<ExtArgs>: {
    _avg?: UserAvgAggregateInputType;
    _count?: UserCountAggregateInputType | true;
    _max?: UserMaxAggregateInputType;
    _min?: UserMinAggregateInputType;
    _sum?: UserSumAggregateInputType;
    by: Prisma.UserScalarFieldEnum[] | Prisma.UserScalarFieldEnum;
    having?: UserScalarWhereWithAggregatesInput;
    orderBy?: UserOrderByWithAggregationInput | UserOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: UserWhereInput;
}

Type Parameters