You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have JSON to typescript interface - which is amazing. The next step would be something like JSON to io-ts or json to typescript classes annotated via class-validator so that types can be checked both at compile time and actually at run time.
We have JSON to typescript interface - which is amazing. The next step would be something like JSON to io-ts or json to typescript classes annotated via class-validator so that types can be checked both at compile time and actually at run time.
Usage example: http://www.olioapps.com/blog/checking-types-real-world-typescript/
The text was updated successfully, but these errors were encountered: