Type alias VocabularyLocal<T>

VocabularyLocal<T>: T extends Vocabulary<any, infer TKey>
    ? TKey
    : never

A local name of a Vocabulary.

Type Parameters

  • T