Type Alias PickPartial<T, K>

PickPartial<T, K>: Pick<Partial<T>, K>

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

Type Parameters

  • T
  • K extends keyof T