Search for a command to run...
Convert JSON into TypeScript interface/type definitions.
Output type aliases instead of interfaces.
Convert repeated string literals into enums.
What
Analyze JSON strings in the browser and generate copy-ready TypeScript type definitions.
Cases
Generate types for API responses
Improve type safety in front-end models
Bootstrap types for documentation or SDKs
How To
Generate reusable TypeScript types directly from JSON input.
Paste a valid JSON object or array into the input.
Choose root name, null handling, and enum generation.
Click generate to get TypeScript code and copy it.
Knowledge
FAQ