export type NodeMenuItem = { iconName: string; functionName: string; displayText: string; color?: string; additionalData?: T; };