Type Alias VocabularyTerm<T>

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

A NamedNode entry of a Vocabulary.

Type Parameters

  • T