X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/45db37b6e6c4060b8445b98f8b9264c6ecaa985b..239ccc433d865ca165aac949cb66d7a03f86c721:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index 2b16ea25..ca2b4b36 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -17,6 +17,10 @@ export interface CollectionResource extends TrashableResource { storageClassesDesired: string[]; storageClassesConfirmed: string[]; storageClassesConfirmedAt: string; + currentVersionUuid: string; + version: number; + preserveVersion: boolean; + unsignedManifestText?: string; } export const getCollectionUrl = (uuid: string) => {