Type Alias Client$faqArgs<ExtArgs>

Client$faqArgs<ExtArgs>: {
    cursor?: ClientFAQWhereUniqueInput;
    distinct?: ClientFAQScalarFieldEnum | ClientFAQScalarFieldEnum[];
    include?: ClientFAQInclude<ExtArgs> | null;
    omit?: ClientFAQOmit<ExtArgs> | null;
    orderBy?: ClientFAQOrderByWithRelationInput | ClientFAQOrderByWithRelationInput[];
    select?: ClientFAQSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: ClientFAQWhereInput;
}

Client.faq

Type Parameters

Type declaration