Instruction: Describe what Partial types are and provide a practical example of their use.
Context: This question assesses the candidate's understanding of utility types in TypeScript, focusing on the Partial type which helps in making all properties of a type optional.