We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b589f5b commit a03d605Copy full SHA for a03d605
lib/types/concept.ts
@@ -61,6 +61,7 @@ export interface Concept<Locales extends LocaleCode> {
61
notations?: string[]
62
broader?: UnresolvedLink<'TaxonomyConcept'>[]
63
related?: UnresolvedLink<'TaxonomyConcept'>[]
64
+ conceptSchemes?: UnresolvedLink<'TaxonomyConceptScheme'>[]
65
}
66
67
export type ConceptCollection<Locale extends LocaleCode> = {
lib/types/link.ts
@@ -12,6 +12,7 @@ export type LinkType =
12
| 'User'
13
| 'Asset'
14
| 'TaxonomyConcept'
15
+ | 'TaxonomyConceptScheme'
16
17
/**
18
* Link definition of a specific link type
0 commit comments