type alias ApplyDiffUpdateimport { type ApplyDiffUpdate } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts"; definition: { readonly op: "update"; readonly path: string; readonly value: any; }