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