Fix Bug 2048:The VCA Status for an NS with both a KNF and a VNF does not provide...
[osm/NG-UI.git] / src / models / VNFDModel.ts
index 6eafe39..9072431 100644 (file)
@@ -33,6 +33,18 @@ export interface ProjectModel {
     admin: boolean;
     message?: string;
     user_id?: string;
     admin: boolean;
     message?: string;
     user_id?: string;
+    roles?: RolesData[];
+    last_login?: number;
+    login_count?: string;
+    user_show?: boolean;
+    admin_show?: boolean;
+    timeout?: string;
+}
+
+/** Interface for Roles */
+export interface RolesData {
+    name?: string;
+    id?: string;
 }
 
 /** Interface for ProjectDetails */
 }
 
 /** Interface for ProjectDetails */