Types Generator

Types Generator

Types generator will auto generate TS Interfaces from JSON

37 followers

Types generator is a tool that will help you to create TypeScript Interfaces from JSON. All you need to do is, paste your single object JSON into the Types generator. Types generator will auto-generate the TS interfaces for you.
Types Generator gallery image
Free
Launch Team
OS Ninja
OS Ninja
Explore and Learn Open Source using AI
Promoted

What do you think? …

Rodrigo Garcia Briseño
Would be cool if it could be a npm|yarn package and the types be created dynamically as you write your code
VINEETH TR
@rodrigo_garcia_briseno Yea, it is really good thought. Thanks for your great suggestion
Brian Roach
+1
VINEETH TR
@itsbrex Thank You
Constant Druon
Nice tool, thanks for sharing it :)
VINEETH TR
@constantdruon My pleasure :)
VINEETH TR
One of TypeScript’s core principles is that type checking focuses on the shape that values have. In TypeScript, interfaces fill the role of naming these types and are a powerful way of defining contracts within your code as well as contracts with code outside of your project. Types generator is a tool that will help user to auto generate TypeScript interfaces from JSON. All you need to do is, paste your single object JSON into the Types generator. Types generator will auto-generate the TS interfaces for you.