Navigation Menu Item

interface NavigationMenuItem

navigation-menu-item.interface.ts
export interface NavigationMenuItem {
  icon: string;
  nameKey: string;
  path: string;
}

Last updated

Was this helpful?