Fixing type
This commit is contained in:
parent
926a9f858f
commit
0ed6aa1276
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user