Type Alias OptionsConfig<TKey, TType>

OptionsConfig: Record<TKey, OptionConfig<TType, TKey>>

The options config for a command.

Type Parameters