Feature 10914: Enforce Password change on First login
[osm/NG-UI.git] / src / models / VNFDModel.ts
index 7029ace..5f2cc05 100644 (file)
@@ -32,6 +32,8 @@ export interface ProjectModel {
     username: string;
     remote_host: string;
     admin: boolean;
+    message?: string;
+    user_id?: string;
 }
 
 /** Interface for ProjectDetails */