mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-06-07 17:58:35 +00:00
fix: types
This commit is contained in:
11
src/types/app.d.ts
vendored
11
src/types/app.d.ts
vendored
@@ -47,15 +47,8 @@ export type EventParams = {
|
||||
event: any;
|
||||
};
|
||||
|
||||
export interface MenuOptions {
|
||||
layer: string;
|
||||
icon: string;
|
||||
title: string;
|
||||
activate: boolean;
|
||||
name?: string;
|
||||
path?: string;
|
||||
export interface MenuOptions extends SubItem {
|
||||
hasGroup?: boolean;
|
||||
id?: string;
|
||||
subItems: SubItem[];
|
||||
}
|
||||
|
||||
@@ -68,4 +61,6 @@ export interface SubItem {
|
||||
path?: string;
|
||||
notShow?: boolean;
|
||||
id?: string;
|
||||
description: string;
|
||||
documentLink: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user