remove unused label from menu model
This commit is contained in:
@@ -2,9 +2,4 @@ import type { ManifestElement } from './models';
|
||||
|
||||
export interface ManifestMenu extends ManifestElement {
|
||||
type: 'menu';
|
||||
meta: MetaMenu;
|
||||
}
|
||||
|
||||
export interface MetaMenu {
|
||||
label: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user