Type alias VocabularyTerm<T>

VocabularyTerm<T>: T extends Vocabulary<any, infer TKey>
    ? T["terms"][TKey]
    : never

A NamedNode entry of a Vocabulary.

Type Parameters

  • T