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