Arthur Brandstetter

Results 4 comments of Arthur Brandstetter

does someone know how to return either `UserOrderInfoDto | null`? this does not work unfortunately..: ``` @ApiOkResponse({ schema: { anyOf: refs( UserOrderInfoDto, null ), }, }) ```

> @markstos Please try with the new version 4.3, if @jimmy927 is right, we can close this ticket. it works with `4.3` 👍 thanks :)

seems like I was wrong and thought that I ran the prettier action (which was comment out) but in the end, I ran the normal prettier. When trying it again...