import { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/deep.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@0.13.5/deep/deep.ts";
const { Obj } = Patch;
A type defining the allowed patch values for objects.