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
{{ message }}
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
What's the proper way to define a field in a swagger definition json file, so that it will generate an any data type in dts-gen?
Right now when I use a Java->Swagger tool (we use springfox), any API that uses Object, is mapped by dts-gen to {} but we want it to be any.
Is there a way to configure this, or is there a swagger field type that is mapped to any?