Type Alias ClientBlogUpsertArgs<ExtArgs>

ClientBlogUpsertArgs<ExtArgs>: {
    create: XOR<ClientBlogCreateInput, ClientBlogUncheckedCreateInput>;
    include?: ClientBlogInclude<ExtArgs> | null;
    omit?: ClientBlogOmit<ExtArgs> | null;
    select?: ClientBlogSelect<ExtArgs> | null;
    update: XOR<ClientBlogUpdateInput, ClientBlogUncheckedUpdateInput>;
    where: ClientBlogWhereUniqueInput;
}

ClientBlog upsert

Type Parameters

Type declaration