Fixing type

This commit is contained in:
Sahil Ahuja 2025-03-03 15:31:35 +05:30
parent 926a9f858f
commit 0ed6aa1276

View File

@ -12,8 +12,7 @@ export abstract class BaseCaller {
* Makes the request after prefixing the apiUrl to the request path * Makes the request after prefixing the apiUrl to the request path
* https://visionmedia.github.io/superagent/#get-requests * https://visionmedia.github.io/superagent/#get-requests
*/ */
protected agent: SuperAgent<request.SuperAgentRequest>; protected agent: SuperAgent<request.SuperAgentRequest> & request.Request;
/** /**
* base API url * base API url
*/ */