Merge branch 'main' of git.arvados.org:arvados into 21221-groups-panel-member-count
[arvados.git] / services / workbench2 / src / views / process-panel / process-panel-root.tsx
index ce81bd74c2dfd4018135d8b61272daade7d2b7c4..2a9b3882e86bec1592764ad46f837938c5eb3aa5 100644 (file)
@@ -46,7 +46,7 @@ export interface ProcessPanelRootDataProps {
     outputDefinitions: CommandOutputParameter[];
     outputParams: ProcessIOParameter[] | null;
     nodeInfo: NodeInstanceType | null;
-    usageReport: CollectionFile | null;
+    usageReport: string | null;
 }
 
 export interface ProcessPanelRootActionProps {