Type Alias ClientFAQAggregateArgs<ExtArgs>

ClientFAQAggregateArgs<ExtArgs>: {
    _count?: true | ClientFAQCountAggregateInputType;
    _max?: ClientFAQMaxAggregateInputType;
    _min?: ClientFAQMinAggregateInputType;
    cursor?: ClientFAQWhereUniqueInput;
    orderBy?: ClientFAQOrderByWithRelationInput | ClientFAQOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientFAQWhereInput;
}

Type Parameters

Type declaration