Type Alias ClientBlogFindFirstOrThrowArgs<ExtArgs>

ClientBlogFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: ClientBlogWhereUniqueInput;
    distinct?: Prisma.ClientBlogScalarFieldEnum | Prisma.ClientBlogScalarFieldEnum[];
    include?: ClientBlogInclude<ExtArgs> | null;
    omit?: ClientBlogOmit<ExtArgs> | null;
    orderBy?: ClientBlogOrderByWithRelationInput | ClientBlogOrderByWithRelationInput[];
    select?: ClientBlogSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: ClientBlogWhereInput;
}

ClientBlog findFirstOrThrow

Type Parameters

Type declaration