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