Type Alias DropGameGroupByArgs<ExtArgs>

DropGameGroupByArgs<ExtArgs>: {
    _count?: DropGameCountAggregateInputType | true;
    _max?: DropGameMaxAggregateInputType;
    _min?: DropGameMinAggregateInputType;
    by: Prisma.DropGameScalarFieldEnum[] | Prisma.DropGameScalarFieldEnum;
    having?: DropGameScalarWhereWithAggregatesInput;
    orderBy?: DropGameOrderByWithAggregationInput | DropGameOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: DropGameWhereInput;
}

Type Parameters