Simple cli for https://github.com/MariusAlch/json-to-ts
git clone https://github.com/LeDDGroup/json-to-ts-cli.git
cd json-to-ts-cli
npm ci
npm install --global . # or npm link
Pipe json (or javascript object) through the stdin and receive typescript from the stdout:
json-to-ts-cli < example-output.json > definitions.d.ts