Type Alias ValueOfKey<T, TKey>

ValueOfKey<T, TKey>: NonNullable<T[TKey]>

The non-nullable type of property T

Type Parameters

  • T
  • TKey extends keyof T