Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Typescripter should respect nulls #41

Open Devcon4 opened 5 years ago

Devcon4 commented 5 years ago

If your api returns null typescripter still passes that into a class constructor and it makes an empty object, should instead return null.