Type Alias PartiallyOptional<T, K>

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

Type Parameters

  • T
  • K extends keyof T