Type Alias PickRequired<T, K>

PickRequired<T, K>: Pick<Required<T>, K>

Constructs a type by picking the set of properties K from a required version of T.

Type Parameters

  • T
  • K extends keyof T