X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e63198a93d7b537ffbb68b8210c99f76041fd112..db5a3f09820e8d41aeef7000d95b0ea67507c5a3:/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 {