Type Alias PartiallyOptional<T, K>

PartiallyOptional: Omit<T, K> & Partial<Pick<T, K>>

Type Parameters

  • T
  • K extends keyof T