Paste your favorite type puzzle. See what breaks — or beautifully, finally, works.

Date: April 14, 2026 Author: TypeScript Team / Community Spotlight

👉

let data: DeepReadonly<ApiResponse>; data.user.settings.theme = "dark"; // Error: Cannot assign to 'theme'