Merge branch 'master' into 13797-refatoring-part2
[arvados-workbench2.git] / src / models / collection.ts
index cf5b4e68ce0d2d36331715461a4879b593cd5dcb..2a92594473cac819263e0af8ece34044475ba37f 100644 (file)
@@ -2,12 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { Resource as R } from "./resource";
-import { Resource } from "../common/api/common-resource-service";
-import { ResourceKind } from "./kinds";
-
-export interface Collection extends R {
-}
+import { Resource, ResourceKind } from "./resource";
 
 export interface CollectionResource extends Resource {
     kind: ResourceKind.Collection;