Type Alias SetValueType<T>

SetValueType<T>: T extends Set<infer V>
    ? V
    : never

Get set values type

Type Parameters

  • T