Type Alias ValueOf<T>

ValueOf: T[keyof T]

获取 T 的 value 值类型

Type Parameters

  • T