Type Alias CSEmbedFieldGroupByArgs<ExtArgs>

CSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: CSEmbedFieldCountAggregateInputType | true;
    _max?: CSEmbedFieldMaxAggregateInputType;
    _min?: CSEmbedFieldMinAggregateInputType;
    by: Prisma.CSEmbedFieldScalarFieldEnum[] | Prisma.CSEmbedFieldScalarFieldEnum;
    having?: CSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: CSEmbedFieldOrderByWithAggregationInput | CSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: CSEmbedFieldWhereInput;
}

Type Parameters