interface Nodeimport { type Node } from "https://deno.land/x/live@1.25.4/routes/live/workbench.ts"; Propertieslabel: stringfullPath: stringoptionaleditLink: stringoptionalchildren: Node[]