Balla Iosif Győző

Results 1 issues of Balla Iosif Győző

Hello, is there a way to generate non nullable model properties? Whatever I do it always generates as nullable. ``` // Current export type SampleModel= { title?: string; url?: string;...