X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58db72fee358d5987139a1b8526c0ca873e07dbf..1be05c9f56147aa776819a4f66bf021cb4556874:/src/models/tag.ts diff --git a/src/models/tag.ts b/src/models/tag.ts index f4e5854ad1..fa36486d0b 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;