export interface GeneralMenuModel { id?: string; text: string; items?: Array; link?: string; isActive?: boolean; class?: string; action?: any; }