18219: Extracts 'properties' into a separate interface for typing reasons.
[arvados-workbench2.git] / src / models / tag.ts
index f4e5854ad109a26fd2b46908484e2b0ad6c6ba0c..fa36486d0bf965fd2be57baf9c5360733778c9a6 100644 (file)
@@ -10,6 +10,7 @@ export interface TagResource extends LinkResource {
 }
 
 export interface TagProperty {
+    uuid: string;
     key: string;
     keyID?: string;
     value: string;