Skip to content

Commit 08d5884

Browse files
committed
Update typescript interface
1 parent e36c937 commit 08d5884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/data/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface DerivedDataResult extends BaseSearchResult {
9696
started_at_time: string;
9797
ended_at_time: string;
9898
execution_resource: string;
99-
omics_processing_id: string;
99+
was_informed_by: any[];
100100
outputs: DataObjectSearchResult[];
101101
}
102102

0 commit comments

Comments
 (0)