Type Alias VocabularyLocal<T>

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

A local name of a Vocabulary.

Type Parameters

  • T