Type Alias TSEmbedFieldGroupByArgs<ExtArgs>

TSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: TSEmbedFieldCountAggregateInputType | true;
    _max?: TSEmbedFieldMaxAggregateInputType;
    _min?: TSEmbedFieldMinAggregateInputType;
    by: Prisma.TSEmbedFieldScalarFieldEnum[] | Prisma.TSEmbedFieldScalarFieldEnum;
    having?: TSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: TSEmbedFieldOrderByWithAggregationInput | TSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: TSEmbedFieldWhereInput;
}

Type Parameters