interface NavJSONimport { type NavJSON } from "https://deno.land/x/lume@v2.3.0/plugins/nav.ts"; Propertiesdata: { title?: string; url?: string; basename: string; }optionalchildren: NavJSON[]