TypeScript Professional — Hard
Key points
- DeepReadonly makes all properties and nested properties readonly
- It doesn't just apply to top-level properties
- This is useful for ensuring immutability in complex nested data structures
Ready to go further?
Related questions
