Amr Salama

Results 1 comments of Amr Salama

@JeffreyArt1 I have the same issue, my workaround is ```ts const plain = { name: { first: 'John', last: 'Doe', }, }; @Exclude() class Person { @Expose() @Transform(({ obj })...