import type { ITab } from './tab.js'; export interface IMenuGroup { name?: string; tabs: ITab[]; }