Problem: You’re using TypeScript and you don’t want to manually define types for each REST endpoint response.
Solution: quicktype.
Paste JSON into quicktype, and it generates a TypeScript type. 🔥
Quicktype supports many other languages too.
https://t.co/GlDPFQ65OK
satisfies in TypeScript has been out for a little while now.
Overall, it's been a success - but it's starting to cause some confusion.
Let's clear it up.