type alias ApplyDiffRemoveimport { type ApplyDiffRemove } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts"; definition: { readonly op: "remove"; readonly path: string; }