Type alias HighSystemsResponseGetApplicationMenus
HighSystemsResponseGetApplicationMenus: { 
    results: { 
        groups: any; 
        id: string; 
        name: string; 
        relatedApplication: string; 
    }[]; 
    success: boolean; 
}
Type declaration
- results: { 
 groups: any;
 id: string;
 name: string;
 relatedApplication: string;
 }[]
- success: boolean