$ npm install -g quicktype$ npm install -g quicktype
$ echo '[1, 2, 3.14]' | quicktype --lang ts$ echo '[1, 2, 3.14]' \ | quicktype --lang ts
$ quicktype person.json -o Person.ts$ quicktype person.json -o Person.ts
$ quicktype https://blockchain.info/latestblock -o LatestBlock.ts$ quicktype -o LatestBlock.ts \ https://blockchain.info/latestblock
$ ls spotify-api-samples$ ls spotify-api-samples
album.json artist.json track.json$ quicktype spotify-api-samples -o SpotifyClient.ts$ quicktype -o SpotifyClient.ts \ spotify-api-samples
$ quicktype ImgurAPI_postman_collection.json -l postman -o Imgur.ts$ quicktype -o Imgur.ts \ -l postman \ ImgurAPI_postman_collection.json