Merge remote-tracking branch 'origin/main' into 18207-Workbench2-is-not-clearing...
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
index 9a8733ba6ffa9ae77db8118f79c4d2c070064f78..38433eb27c6e26ce1fc9dae7ff49b5f9e28250c1 100644 (file)
@@ -41,6 +41,7 @@ export type ContextMenuResource = {
     outputUuid?: string;
     workflowUuid?: string;
     storageClassesDesired?: string[];
+    properties?: { [key: string]: string | string[] };
 };
 
 export const isKeyboardClick = (event: React.MouseEvent<HTMLElement>) => event.nativeEvent.detail === 0;