Type Alias ClientFAQFindFirstArgs<ExtArgs>

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

ClientFAQ findFirst

Type Parameters

Type declaration