Skip to content

Commit a03d605

Browse files
feat: [GROOT-1872] add concept schemes to concepts (#2524)
1 parent b589f5b commit a03d605

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/types/concept.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export interface Concept<Locales extends LocaleCode> {
6161
notations?: string[]
6262
broader?: UnresolvedLink<'TaxonomyConcept'>[]
6363
related?: UnresolvedLink<'TaxonomyConcept'>[]
64+
conceptSchemes?: UnresolvedLink<'TaxonomyConceptScheme'>[]
6465
}
6566

6667
export type ConceptCollection<Locale extends LocaleCode> = {

lib/types/link.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type LinkType =
1212
| 'User'
1313
| 'Asset'
1414
| 'TaxonomyConcept'
15+
| 'TaxonomyConceptScheme'
1516

1617
/**
1718
* Link definition of a specific link type

0 commit comments

Comments
 (0)