mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
1.3 KiB
1.3 KiB
JSON Schema to TypeScript

by null @aswinsvijay
Implement the generic type JSONSchema2TS which will return the TypeScript type corresponding to the given JSON schema.
Additional challenges to handle:
- additionalProperties
- oneOf, anyOf, allOf
- minLength and maxLength