Coverity-CWE 398: 7PK - Code Quality(137911 Copy-paste error)
[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 */