UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

9 lines (8 loc) 163 B
export interface SidebarLink { path: string; label: string; icon: any; sublinks: SidebarLink[]; id?: string; requireSuperUser?: boolean; }