X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/59ee572e791985a36bdd2015c9b494145109e8ed..bf801d31a42b40e6bfa5e99d2d2e17b236a372c2:/src/models/collection.ts 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) => {