X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f51c120dab4eafb820f9c2a5e4f836cc9b04982..da050efb3aea15f768e1873f80459e55a56f55e7:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index f8e38f9a0f..53c6230143 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) => {