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