import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { Entry } = Deep.Patch;
The entry type for a (nested) patch. Can be either a patch object or a function accepting the nested patch function and returning a patch object.