Type alias VocabularyValue<T>

VocabularyValue<T>: T extends Vocabulary<any, infer TKey>
    ? T[TKey]
    : never

A URI string entry of a Vocabulary.

Type Parameters

  • T