Quiz
Choosing the Right Utility Type
Test your understanding of which built-in utility type produces a fully optional version of a type.
Given `interface User { id: number; name: string; email: string; }`, which utility type produces a type where every property is optional (useful for a partial update / PATCH payload)?