export interface IMenuItem { name: string; iconName?: string; action: (optionsArg?: T) => Promise; }