Skip to content

Commit

Permalink
Merge pull request #890 from biothings/pfocr-new-nodes
Browse files Browse the repository at this point in the history
add matchedKGNodes type
  • Loading branch information
colleenXu authored Oct 20, 2024
2 parents b60cb72 + 521d767 commit 6c2a958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export interface TrapiPfocrFigure {
pfocrUrl: string;
pmc: string;
matchedCuries: string[];
matchedKGNodes: string[];
score: number;
}

Expand Down

0 comments on commit 6c2a958

Please sign in to comment.