Type Alias ContentMenuEntry
ContentMenuEntry: { bookmarked?: boolean; } & ({ children: ContentMenuEntry[]; id: string; label: string; type: "folder"; } | { icon: string | { dark: string; light: string; }; id: string; itemData: any; label: string; type: "item"; })
Content menu entry shape cloned and re-exported from UI Library.