Skip to content

Instantly share code, notes, and snippets.

@sverweij
Last active October 4, 2019 21:03
Show Gist options
  • Save sverweij/f749c01e300b705f3386533e6821c029 to your computer and use it in GitHub Desktop.
Save sverweij/f749c01e300b705f3386533e6821c029 to your computer and use it in GitHub Desktop.
Generate typings from a json schema
npx quicktype --src-lang schema --lang ts --just-types --explicit-unions YOUR_JSON_SCHEMA.json > YOUR_TYPSCRIPT_TYPOS.d.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment