Type Alias SentDropGroupByArgs<ExtArgs>

SentDropGroupByArgs<ExtArgs>: {
    _count?: SentDropCountAggregateInputType | true;
    _max?: SentDropMaxAggregateInputType;
    _min?: SentDropMinAggregateInputType;
    by: Prisma.SentDropScalarFieldEnum[] | Prisma.SentDropScalarFieldEnum;
    having?: SentDropScalarWhereWithAggregatesInput;
    orderBy?: SentDropOrderByWithAggregationInput | SentDropOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: SentDropWhereInput;
}

Type Parameters