X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c276ce4c8dd3cf27ad6d17eca9af473f353fda55..9eaee66663fa21962f46e301ba6257ab63a9b10c:/src/models/collection.ts?ds=sidebyside diff --git a/src/models/collection.ts b/src/models/collection.ts index f8e38f9a..53c62301 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -14,6 +14,9 @@ export interface CollectionResource extends TrashableResource { replicationDesired: number; replicationConfirmed: number; replicationConfirmedAt: string; + storageClassesDesired: string[]; + storageClassesConfirmed: string[]; + storageClassesConfirmedAt: string; } export const getCollectionUrl = (uuid: string) => {