export type MenuItem = { id: string, name: string, href: string, children?: MenuItem[] }