Type Alias CompleteValues<T>

CompleteValues: CompleteRequire<T>[keyof T]

Gets the value types of an object with all parts of that object required.

Type Parameters

  • T