Transform json to class intstance with class-transformer
I would like to create an instance of the Customer class from Json object. But using the plainToInstance function of class-transformer I don't have the proper class instance as a type save typescript object. What I'm doing bad? Import import…