Type Alias DropdownMappedValues<TextKey, ValueKey>

DropdownMappedValues: [
    DropdownMappedValue<TextKey, ValueKey>[],
    TextKey,
    ValueKey,
]

tuple of [{textKey: string, valueKey: string}[], textKey, valueKey] where textKey and valueKey are string properties of the object.

Type Parameters

  • TextKey extends string
  • ValueKey extends string