Type Alias WSEmbedFieldGroupByArgs<ExtArgs>

WSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: WSEmbedFieldCountAggregateInputType | true;
    _max?: WSEmbedFieldMaxAggregateInputType;
    _min?: WSEmbedFieldMinAggregateInputType;
    by: Prisma.WSEmbedFieldScalarFieldEnum[] | Prisma.WSEmbedFieldScalarFieldEnum;
    having?: WSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: WSEmbedFieldOrderByWithAggregationInput | WSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: WSEmbedFieldWhereInput;
}

Type Parameters