no message
This commit is contained in:
parent
4120a49e86
commit
f8998cc43a
1 changed files with 1 additions and 4 deletions
|
|
@ -3,8 +3,5 @@ export interface MenuItem {
|
||||||
activeIcon: string;
|
activeIcon: string;
|
||||||
label: string;
|
label: string;
|
||||||
path?: string;
|
path?: string;
|
||||||
children?: {
|
children?: MenuItem[];
|
||||||
label: string;
|
|
||||||
path: string;
|
|
||||||
}[];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue