Type Alias YTSEmbedFieldGroupByArgs<ExtArgs>

YTSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: YTSEmbedFieldCountAggregateInputType | true;
    _max?: YTSEmbedFieldMaxAggregateInputType;
    _min?: YTSEmbedFieldMinAggregateInputType;
    by: Prisma.YTSEmbedFieldScalarFieldEnum[] | Prisma.YTSEmbedFieldScalarFieldEnum;
    having?: YTSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: YTSEmbedFieldOrderByWithAggregationInput | YTSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: YTSEmbedFieldWhereInput;
}

Type Parameters