refs #13535 Merge branch '13535-tree-component' into 13610-projects-hierarchy
[arvados-workbench2.git] / src / models / project.ts
index 83862c94001a575f55136faa8b1d93653a44f415..f4faf7d64e14acddce651b3bc64b71a2d47ba78c 100644 (file)
@@ -8,5 +8,6 @@ export interface Project {
     modifiedAt: string;
     uuid: string;
     ownerUuid: string;
-    href: string
+    href: string;
+    icon?: any;
 }