create tag model and change code
[arvados-workbench2.git] / src / models / link.ts
index 8665c9eabed78c429b9fae2fe6ef8638756b828d..da9dfd030b39217f7649d6d896f9cfd3ad639a5e 100644 (file)
@@ -9,15 +9,7 @@ export interface LinkResource extends Resource {
     tailUuid: string;
     linkClass: string;
     name: string;
-    properties: {
-        key?: string;
-        value?: any;
-    };
-}
-
-export enum TailType {
-    COLLECTION = 'Collection',
-    JOB = 'Job'
+    properties: {};
 }
 
 export enum LinkClass {