If you've ever copied a huge JSON response from an API and started manually writing TypeScript interfaces...

interface User {

id: number;

name: string;

email: string;