diff --git a/packages/types/src/trapi.ts b/packages/types/src/trapi.ts index af8549a..ee8b907 100644 --- a/packages/types/src/trapi.ts +++ b/packages/types/src/trapi.ts @@ -126,6 +126,7 @@ export interface TrapiPfocrFigure { pfocrUrl: string; pmc: string; matchedCuries: string[]; + matchedKGNodes: string[]; score: number; }