Navigation Menu Item
interface NavigationMenuItem
export interface NavigationMenuItem {
icon: string;
nameKey: string;
path: string;
}
Last updated
Was this helpful?
interface NavigationMenuItem
export interface NavigationMenuItem {
icon: string;
nameKey: string;
path: string;
}
Last updated
Was this helpful?