export interface IMenuItemPropertySet { userType: string; id: string; to: string; text: string; selected: boolean; }