Last active
October 4, 2019 21:03
-
-
Save sverweij/f749c01e300b705f3386533e6821c029 to your computer and use it in GitHub Desktop.
Generate typings from a json schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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