Type Alias ClientBlogUpdateArgs<ExtArgs>

ClientBlogUpdateArgs<ExtArgs>: {
    data: XOR<ClientBlogUpdateInput, ClientBlogUncheckedUpdateInput>;
    include?: ClientBlogInclude<ExtArgs> | null;
    omit?: ClientBlogOmit<ExtArgs> | null;
    select?: ClientBlogSelect<ExtArgs> | null;
    where: ClientBlogWhereUniqueInput;
}

ClientBlog update

Type Parameters

Type declaration