Is it, or would it be, possible to generate the dtos.ts so that strictPropertyInitialization=true
is possible? Now we have to implicit set it to false
in order to work.
Thanks
No DTOs are message classes that have optional properties by design.
Is it, or would it be, possible to generate the dtos.ts so that strictPropertyInitialization=true
is possible? Now we have to implicit set it to false
in order to work.
Thanks
No DTOs are message classes that have optional properties by design.