Merge branch '17573-edit-storage-classes' into main. Closes #17573
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
index 038b31e2decef3d6a12cceee199cb596e6aeb241..556d83b4900a3731ee714ab983cd76ef1a99baea 100644 (file)
@@ -39,6 +39,7 @@ export type ContextMenuResource = {
     isEditable?: boolean;
     outputUuid?: string;
     workflowUuid?: string;
+    storageClassesDesired?: string[];
 };
 
 export const isKeyboardClick = (event: React.MouseEvent<HTMLElement>) => event.nativeEvent.detail === 0;