Skip to content

Commit

Permalink
Merge pull request #860 from biothings/mcq-501
Browse files Browse the repository at this point in the history
Add set_interpretation and member_ids to node properties
  • Loading branch information
tokebe authored Aug 29, 2024
2 parents 2ebf3f2 + 3c0326a commit 50c570a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export interface TrapiQNode {
categories?: string[];
is_set?: boolean;
constraints?: TrapiAttributeConstraint[];
set_interpretation?: string;
member_ids?: string[];
}

export interface TrapiQEdge {
Expand Down

0 comments on commit 50c570a

Please sign in to comment.