We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Could swagger-typescript-api generate a client that returns
Promise<T>
Promise<HttpResponse<T, E>>
99% of the time I'm only interested in the actual data and doing .data makes the code less readable.
.data