🚀 Professional Dev Toolbox
JSON to TypeScript
Input JSON
{ "id": 1, "name": "User", "isActive": true }
Convert Now
Output Interface
Copy to Clipboard