mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-11 08:49:07 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -20,7 +20,6 @@ import {SCErrorResponse, SCRequests, SCResponses} from '@openstapps/core';
|
||||
export interface HttpClientInterface {
|
||||
/**
|
||||
* Send request
|
||||
*
|
||||
* @param request Request to send
|
||||
*/
|
||||
request<T extends SCResponses>(request: HttpClientRequest): Promise<HttpClientResponse<T>>;
|
||||
|
||||
Reference in New Issue
Block a user