X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f0a64666816383d2641d5fa7ea22019441ac4464..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/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;