Type Alias ConceptProps<Locales>

ConceptProps<Locales>: LocalizedEntity<Omit<Concept, "conceptSchemes">,
    | "prefLabel"
    | "altLabels"
    | "hiddenLabels"
    | "definition"
    | "historyNote"
    | "editorialNote"
    | "example"
    | "note"
    | "scopeNote", Locales>

Type Parameters

  • Locales extends string = string