X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ec2c868ff4c0f974ae5f7ca126fe43c02b91d564..e42867f560b3c2f4c09cf6a2c07c964c63714141:/src/models/tag.ts diff --git a/src/models/tag.ts b/src/models/tag.ts index f4e5854a..fa36486d 100644 --- a/src/models/tag.ts +++ b/src/models/tag.ts @@ -10,6 +10,7 @@ export interface TagResource extends LinkResource { } export interface TagProperty { + uuid: string; key: string; keyID?: string; value: string;