Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Linkmap/setup.ts>iLinkmapitem

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iLinkmapitem
import { type iLinkmapitem } from "https://deno.land/x/lunchbox@v0.1.13/components/Linkmap/setup.ts";
definition: { name: string; url?: string; children?: iLinkmapitem[]; }