X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FUserModel.ts;h=64626c8e87bfad325d376b27ba54d1517ec656c4;hb=8c89de764cfca61d3bb2d17cdacd8bc4de48de8d;hp=83dd08bd650832c7f455c8c9858913ce36614dcd;hpb=b5673d092bcae39b5315532b1e034dbf02a8c294;p=osm%2FNG-UI.git diff --git a/src/models/UserModel.ts b/src/models/UserModel.ts index 83dd08b..64626c8 100644 --- a/src/models/UserModel.ts +++ b/src/models/UserModel.ts @@ -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 */