Open
Description
While playing with some external APIs the most annoying thing is to write types for it, or manually generating them from json-schema by external lib.
In lot of simple scenarios you'd like just to grab type for particular response for one endpoint.
From UI perspective, it could be just a button on object. Eventually - an option to generate all types based on json-schema (which might be simpler to be fair)