Type Alias Client$blogsArgs<ExtArgs>

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

Client.blogs

Type Parameters

Type declaration