import { type iLinkmapitem } from "https://deno.land/x/lunchbox@v1.0.2/components/Linkmap/setup.ts";
Linkmap item interface
definition: { name: string; href?: string; children?: iLinkmapitem[]; }
x/lunchbox/components/Linkmap/setup.ts>iLinkmapitem
import { type iLinkmapitem } from "https://deno.land/x/lunchbox@v1.0.2/components/Linkmap/setup.ts";
Linkmap item interface