X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b595068e020c8fd8e8021ec1c8aa7c2a903f9668..c038a5258d5790773ccca89a192c8c2b7dcd86cb:/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) => {