Skip to content

Commit

Permalink
Update typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Dec 2, 2024
1 parent 38ffcca commit 1398cd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript/taxonomy-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ export interface Node {
* An id unique for this context.
*/
contextId?: string;
/**
* A list of all contextids this node has ever had
*/
contextids: string[];
contexts: TaxonomyContext[];
/**
* A number representing the average grade of all children nodes recursively.
Expand Down

0 comments on commit 1398cd4

Please sign in to comment.