X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/232eac919b067a3783348eab549c9fc555b80abd..f470b41502497ccc4b37872cc921d71e57a37986:/src/models/tag.ts diff --git a/src/models/tag.ts b/src/models/tag.ts index 9c229aff..f4e5854a 100644 --- a/src/models/tag.ts +++ b/src/models/tag.ts @@ -11,7 +11,9 @@ export interface TagResource extends LinkResource { export interface TagProperty { key: string; + keyID?: string; value: string; + valueID?: string; } export enum TagTailType {