Introduce service repository
[arvados-workbench2.git] / src / models / collection.ts
index 2a92594473cac819263e0af8ece34044475ba37f..9cb8bb84f6d0963ac59eaf1db2d3276211ceedd8 100644 (file)
@@ -5,7 +5,7 @@
 import { Resource, ResourceKind } from "./resource";
 
 export interface CollectionResource extends Resource {
-    kind: ResourceKind.Collection;
+    kind: ResourceKind.COLLECTION;
     name: string;
     description: string;
     properties: any;