DEV Community

Discussion on: Generating Typescript interfaces from JSON on VS Code

Collapse
 
rhyuen profile image
Robert

I thought this was pretty handy. I've been thinking about how to handle this for a while. Thanks for posting!

Collapse
 
flowck profile image
Firmino Changani

Hi Robert, glad it help. I personally use it a lot when I am in doubt on how to express certain data structure into an interface.