Outputs this: ``` public async userCurrentPut ( body: UserCurrentPutPut, jwtData: JwtAccess ): Promise<User> { ``` instead of this: ``` public async userCurrentPut ( body: UserCurrentPut, jwtData: JwtAccess ): Promise<User> { ``` into the domain method
Outputs this:
instead of this:
into the domain method