Type Alias ClientFAQScalarWhereWithAggregatesInput

ClientFAQScalarWhereWithAggregatesInput: {
    AND?: ClientFAQScalarWhereWithAggregatesInput | ClientFAQScalarWhereWithAggregatesInput[];
    NOT?: ClientFAQScalarWhereWithAggregatesInput | ClientFAQScalarWhereWithAggregatesInput[];
    OR?: ClientFAQScalarWhereWithAggregatesInput[];
    answer?: StringNullableWithAggregatesFilter<"ClientFAQ"> | string | null;
    clientId?: StringWithAggregatesFilter<"ClientFAQ"> | string;
    dbId?: StringWithAggregatesFilter<"ClientFAQ"> | string;
    identifier?: StringWithAggregatesFilter<"ClientFAQ"> | string;
    question?: StringNullableWithAggregatesFilter<"ClientFAQ"> | string | null;
}