You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serverless version : 3.0.0
serverless-auto-swagger version : 2.12.0
I expected to be able to clearly use the parameters already configured by serverless through the issues below.
Other things seem to be fine, but the response creates an issue.
I don't want to ruin my type system. (I need to change the type to any to use swagger) Can you change the response to response similar to the parameters supported by serverless, and format it?
If the formatting is correct, I will be less confused when defining parameters in one place and writing code.
The text was updated successfully, but these errors were encountered:
serverless version : 3.0.0
serverless-auto-swagger version : 2.12.0
I expected to be able to clearly use the parameters already configured by serverless through the issues below.
Other things seem to be fine, but the
response
creates an issue.#21
I don't want to ruin my type system. (I need to change the type to any to use swagger) Can you change the response to response similar to the parameters supported by serverless, and format it?
If the formatting is correct, I will be less confused when defining parameters in one place and writing code.
The text was updated successfully, but these errors were encountered: