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