import { type Patch } from "https://deno.land/x/rimbu@1.1.0/deep/internal.ts";
const { Obj } = Patch;
A type defining the allowed patch values for objects.
definition: T | Patch.ObjProps<T, C, R>[]
import { type Patch } from "https://deno.land/x/rimbu@1.1.0/deep/internal.ts";
const { Obj } = Patch;
A type defining the allowed patch values for objects.