Type Alias ClientBlogDefaultArgs<ExtArgs>

ClientBlogDefaultArgs<ExtArgs>: {
    include?: ClientBlogInclude<ExtArgs> | null;
    omit?: ClientBlogOmit<ExtArgs> | null;
    select?: ClientBlogSelect<ExtArgs> | null;
}

ClientBlog without action

Type Parameters

Type declaration