Type alias ValuesOf<T>

ValuesOf<T>: T[keyof T]

A helper type to get a union of the values of all properties from a type.

Type Parameters

  • T

    The source type