interface NavigationMenuItem
export interface NavigationMenuItem { icon: string; nameKey: string; path: string; }
Last updated 21 days ago
Was this helpful?