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