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