X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45ee419ff7952fc722a139666c327a321a92cc81..11c723fb0fd98074651b7ad8022d59764974950a:/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;