Merge branch '17951-remove-compute-nodes-ui' into main. Closes #17951
[arvados.git] / src / store / collections / collection-create-actions.ts
index 0b73e6f151a7419393f1ac4bcead66c8bba19cd5..81d8948ce1dfa65ffb84b7362c0b940124272ba4 100644 (file)
@@ -20,6 +20,7 @@ export interface CollectionCreateFormDialogData {
     ownerUuid: string;
     name: string;
     description: string;
+    storageClassesDesired: string[];
 }
 
 export const COLLECTION_CREATE_FORM_NAME = "collectionCreateFormName";