Type Alias KSEmbedFieldGroupByArgs<ExtArgs>

KSEmbedFieldGroupByArgs<ExtArgs>: {
    _count?: KSEmbedFieldCountAggregateInputType | true;
    _max?: KSEmbedFieldMaxAggregateInputType;
    _min?: KSEmbedFieldMinAggregateInputType;
    by: Prisma.KSEmbedFieldScalarFieldEnum[] | Prisma.KSEmbedFieldScalarFieldEnum;
    having?: KSEmbedFieldScalarWhereWithAggregatesInput;
    orderBy?: KSEmbedFieldOrderByWithAggregationInput | KSEmbedFieldOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: KSEmbedFieldWhereInput;
}

Type Parameters