export interface IMenuOptions { label: string; icon?: string; callback: (any: any) => void; args?: any[]; }