import { Type } from "@angular/core"; export type ContextMenu = { id?: string; title: string; icon?: { component?: Type; inputs: { fill: string; selectedFill?: string; }; }; disabled?: boolean; };