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