Type alias PartialPick<T, K>

PartialPick<T, K>: Partial<T> & Pick<T, K>

Partial pick type with all keys optional

Type Parameters

  • T

  • K extends keyof T

Generated using TypeDoc