diff --git a/hwe/ts/defs/API/Global.ts b/hwe/ts/defs/API/Global.ts index 81b8338e..33674e9f 100644 --- a/hwe/ts/defs/API/Global.ts +++ b/hwe/ts/defs/API/Global.ts @@ -237,7 +237,7 @@ export type MenuSplit = { export type MenuMulti = { type: 'multi'; - name: MenuItem; + name: string; subMenu: MenuItem[]; }