chloe radford
Results
2
comments of
chloe radford
i think i'm encountering this same issue as @felixhagspiel. given the following example: ```typescript export class TestResponse { @Expose({ name: 'bar' }) foo!: string; } ``` ...i'd expect to be...
thanks for the quick response! i think it makes sense to me why this doesn't work, seems like a tough constraint to work around with typescript (at least as `class-transformer`...