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