Fix Bug 2380:Static Inactive session timeout for a user
[osm/NG-UI.git] / src / models / VNFDModel.ts
index 530ba48..9072431 100644 (file)
@@ -38,6 +38,7 @@ export interface ProjectModel {
     login_count?: string;
     user_show?: boolean;
     admin_show?: boolean;
+    timeout?: string;
 }
 
 /** Interface for Roles */