as you can see accessToken used named property inside return and it got removed on the response.
while the randomString is fine by duplicating the property named as key
im not really sure if nestia/typia required an explicit return for the response since duplicating or defining key is fine
I really like the project and maybe I might help you later
When return an implicit response of
Post
method using named property, the named property got removedMinimum reproduce repository can be found here
https://github.com/mlazuardy/nestjs-starter
as you can see here in
TokenController
https://github.com/mlazuardy/nestjs-starter/blob/main/src/user/token.controller.tsas you can see
accessToken
used named property insidereturn
and it got removed on the response. while therandomString
is fine by duplicating the property named as keyim not really sure if
nestia/typia
required an explicit return for the response since duplicating or definingkey
is fineI really like the project and maybe I might help you later