Translate json object to ts interface
TypeScript is a great programming language, but it takes a lot of time to write the type's declaration, especially when describing the content returned by REST-API. The extension can convert a JSON object into a typescript interface definition.
Usage:
Select JSON object text and right click, after context menu shows, click "Copy as TS interface".
Latest reviews
- (2022-11-01) Sergii Bespalko: works for me