QuizAdvanced
Utility Type: Partial
Making all properties of a type optional with Partial.
What does `Partial<{ a: number; b: string }>` produce?
Making all properties of a type optional with Partial.
What does `Partial<{ a: number; b: string }>` produce?