Type Alias RSEmbedFieldGroupByArgs<ExtArgs>

RSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: RSEmbedFieldCountAggregateInputType | true;
    _max?: RSEmbedFieldMaxAggregateInputType;
    _min?: RSEmbedFieldMinAggregateInputType;
    by: Prisma.RSEmbedFieldScalarFieldEnum[] | Prisma.RSEmbedFieldScalarFieldEnum;
    having?: RSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: RSEmbedFieldOrderByWithAggregationInput | RSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: RSEmbedFieldWhereInput;
}

Type Parameters