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