Type Alias UserSessionGroupByArgs<ExtArgs>

UserSessionGroupByArgs<ExtArgs>: {
    _count?: UserSessionCountAggregateInputType | true;
    _max?: UserSessionMaxAggregateInputType;
    _min?: UserSessionMinAggregateInputType;
    by: Prisma.UserSessionScalarFieldEnum[] | Prisma.UserSessionScalarFieldEnum;
    having?: UserSessionScalarWhereWithAggregatesInput;
    orderBy?: UserSessionOrderByWithAggregationInput | UserSessionOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: UserSessionWhereInput;
}

Type Parameters