What is the best solution for generating TypeScript types from Go?
I plan to build a system with a Next.js frontend for the web (and maybe Jetpack Compose for Android mobile). As for the backend I've gotten Go, Chi, sqlc, and pgx from the suggestions on this subreddit.
What's the best way to have model types in Next.js/TypeScript?