Type Alias ClientBlogInclude<ExtArgs>

ClientBlogInclude<ExtArgs>: {
    client?: boolean | ClientBlog$clientArgs<ExtArgs>;
}

Type Parameters