Type Alias OptionKey<TKey, TAlias>

OptionKey: TKey | TAlias | CamelCase<TKey | TAlias>

A key for an option, including the option key, aliases, and camelCased versions of each.

Type Parameters

  • TKey extends PropertyKey = string
  • TAlias extends string = string