Skip to content

Commit

Permalink
add node properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Aug 28, 2024
1 parent 2ebf3f2 commit aad9584
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 aad9584

Please sign in to comment.