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
Why do I need to specify TResponse. I understand having to specify the TRequestBody to specify the type of the data i'm sending, but why doesn't the library automatically know that TResponse should be IndexResponse?
The text was updated successfully, but these errors were encountered:
The type definitions in this library seem to not include the response type.
E.g. here is the
index
type definitions.Why do I need to specify
TResponse
. I understand having to specify theTRequestBody
to specify the type of the data i'm sending, but why doesn't the library automatically know thatTResponse
should beIndexResponse
?The text was updated successfully, but these errors were encountered: