Type Alias TwitchGameGroupByArgs<ExtArgs>

TwitchGameGroupByArgs<ExtArgs>: {
    _count?: TwitchGameCountAggregateInputType | true;
    _max?: TwitchGameMaxAggregateInputType;
    _min?: TwitchGameMinAggregateInputType;
    by: Prisma.TwitchGameScalarFieldEnum[] | Prisma.TwitchGameScalarFieldEnum;
    having?: TwitchGameScalarWhereWithAggregatesInput;
    orderBy?: TwitchGameOrderByWithAggregationInput | TwitchGameOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: TwitchGameWhereInput;
}

Type Parameters