Type Alias TeamGroupByArgs<ExtArgs>

TeamGroupByArgs<ExtArgs>: {
    _count?: TeamCountAggregateInputType | true;
    _max?: TeamMaxAggregateInputType;
    _min?: TeamMinAggregateInputType;
    by: Prisma.TeamScalarFieldEnum[] | Prisma.TeamScalarFieldEnum;
    having?: TeamScalarWhereWithAggregatesInput;
    orderBy?: TeamOrderByWithAggregationInput | TeamOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: TeamWhereInput;
}

Type Parameters