Type Alias ClientFAQGroupByArgs<ExtArgs>

ClientFAQGroupByArgs<ExtArgs>: {
    _count?: ClientFAQCountAggregateInputType | true;
    _max?: ClientFAQMaxAggregateInputType;
    _min?: ClientFAQMinAggregateInputType;
    by: Prisma.ClientFAQScalarFieldEnum[] | Prisma.ClientFAQScalarFieldEnum;
    having?: ClientFAQScalarWhereWithAggregatesInput;
    orderBy?: ClientFAQOrderByWithAggregationInput | ClientFAQOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: ClientFAQWhereInput;
}

Type Parameters