Type Alias ClientFAQOrderByWithAggregationInput

ClientFAQOrderByWithAggregationInput: {
    _count?: ClientFAQCountOrderByAggregateInput;
    _max?: ClientFAQMaxOrderByAggregateInput;
    _min?: ClientFAQMinOrderByAggregateInput;
    answer?: SortOrderInput | Prisma.SortOrder;
    clientId?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    identifier?: Prisma.SortOrder;
    question?: SortOrderInput | Prisma.SortOrder;
}