Type Alias ValueOf<T>Beta

ValueOf: T[keyof T]

Utility type to get the value of a given object type.

Type Parameters

  • T