16647: Added responsible person property check
[arvados-workbench2.git] / src / common / config.ts
index 146ca90acf62de05f7c4a0214f74701eb6c97f0f..2a02f8c20455f0324c0f69f73c377a14d6d103c7 100644 (file)
@@ -83,6 +83,11 @@ export interface ClusterConfigJSON {
     };
     Collections: {
         ForwardSlashNameSubstitution: string;
+        ManagedProperties?: {
+            responsible_person_uuid?: {
+                Function: string,
+            }
+        }
     };
 }