import type { UmbVariantStructureItemModel } from './types.js'; import type { UmbContext } from '../../../libs/class-api/index.js'; import type { Observable } from '../../../external/rxjs/index.js'; export interface UmbMenuVariantStructureWorkspaceContext extends UmbContext { structure: Observable; getItemHref(structureItem: UmbVariantStructureItemModel): string | undefined; }