Update inverse-client.ts

This commit is contained in:
CryptoCompiler
2021-01-22 00:10:59 +00:00
committed by GitHub
parent a5e88d999e
commit 92519ee742

View File

@@ -1,9 +1,9 @@
import { AxiosRequestConfig } from 'axios';
import { GenericAPIResponse, getBaseRESTInverseUrl, RestClientInverseOptions } from './util/requestUtils';
import RequestWrapper from './util/requestWrapper';
import { SharedEndpoints } from './shared-endpoints';
import SharedEndpoints from './shared-endpoints';
export default class InverseClient extends SharedEndpoints {
export class InverseClient extends SharedEndpoints {
protected requestWrapper: RequestWrapper;
/**