Tree-component-adjustments-for-dynamic-contents
[arvados.git] / src / models / project.ts
index 83862c94001a575f55136faa8b1d93653a44f415..83fb59bd3eb0b4f77854848a3637488ce9894eb2 100644 (file)
@@ -8,5 +8,5 @@ export interface Project {
     modifiedAt: string;
     uuid: string;
     ownerUuid: string;
-    href: string
+    href: string;
 }