Type Alias ClientTwitchGroupByArgs<ExtArgs>

ClientTwitchGroupByArgs<ExtArgs>: {
    _count?: ClientTwitchCountAggregateInputType | true;
    _max?: ClientTwitchMaxAggregateInputType;
    _min?: ClientTwitchMinAggregateInputType;
    by: Prisma.ClientTwitchScalarFieldEnum[] | Prisma.ClientTwitchScalarFieldEnum;
    having?: ClientTwitchScalarWhereWithAggregatesInput;
    orderBy?: ClientTwitchOrderByWithAggregationInput | ClientTwitchOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: ClientTwitchWhereInput;
}

Type Parameters