Type alias MakeOptional<T, K>

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

Type Parameters

  • T

  • K extends keyof T