Type Alias PickPartial<T, K>

PickPartial: { [P in K]?: T[P] } & Omit<T, K>

Type Parameters

  • T
  • K extends keyof T