Bug 1414 - Is not possible to remove all role-mappings of a user
[osm/NG-UI.git] / src / models / UserModel.ts
index 83dd08b..64626c8 100644 (file)
@@ -42,6 +42,7 @@ export interface UserDetail {
 /** Interface for user role mappings */
 export interface UserRoleMap {
     project_role_mappings?: ProjectRoleMappings[];
+    remove_project_role_mappings?: ProjectRoleMappings[];
 }
 
 /** Interface for Admin */