Type Alias ClientBlogDeleteArgs<ExtArgs>

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

ClientBlog delete

Type Parameters

Type declaration