Type Alias DropGroupByArgs<ExtArgs>

DropGroupByArgs<ExtArgs>: {
    _count?: DropCountAggregateInputType | true;
    _max?: DropMaxAggregateInputType;
    _min?: DropMinAggregateInputType;
    by: Prisma.DropScalarFieldEnum[] | Prisma.DropScalarFieldEnum;
    having?: DropScalarWhereWithAggregatesInput;
    orderBy?: DropOrderByWithAggregationInput | DropOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: DropWhereInput;
}

Type Parameters