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