Skip to content

Commit

Permalink
feat: add matchedKGNodes type
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 18, 2024
1 parent b60cb72 commit 521d767
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 521d767

Please sign in to comment.