update menu
This commit is contained in:
8
src/utils/interfaces.ts
Normal file
8
src/utils/interfaces.ts
Normal file
@ -0,0 +1,8 @@
|
||||
interface MenuItemModel {
|
||||
name: string;
|
||||
href: string;
|
||||
icon: any;
|
||||
children: MenuItemModel[];
|
||||
}
|
||||
|
||||
export type { MenuItemModel }
|
Reference in New Issue
Block a user