Merge branch 'master'
[arvados-workbench2.git] / src / models / collection.ts
index f8e38f9a0fac227bd2cfeccd62654723f9c66ef5..53c6230143b9a78c8881d8b92baeb5e4ea305c1d 100644 (file)
@@ -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) => {