Type alias HighSystemsResponseGetRoleDefaults
HighSystemsResponseGetRoleDefaults: { 
    results: { 
        defaultDashboard?: string; 
        defaultForm?: string; 
        relatedTable: string; 
    }[]; 
    success: boolean; 
}
Type declaration
- results: { 
 defaultDashboard?: string;
 defaultForm?: string;
 relatedTable: string;
 }[]
- success: boolean