Add enum with resource prefixes
[arvados-workbench2.git] / src / services / groups-service / groups-service.ts
index 8c5fd8fa6ce855d9a2cbc052eb924920431b1c9b..ea57ee03742d69005db34aa7a116e238c7bf91ce 100644 (file)
@@ -46,4 +46,11 @@ export default class GroupsService extends CommonResourceService<GroupResource>
             })
             .then(CommonResourceService.mapResponseKeys);
     }
+}
+
+export enum GroupContentsResourcePrefix {
+    Collection = "collections",
+    Project = "groups",
+    Workflow = "workflows",
+    Process = "container_requests"
 }
\ No newline at end of file