diff --git a/src/inverse-client.ts b/src/inverse-client.ts index aa69a15..0d2ccb3 100644 --- a/src/inverse-client.ts +++ b/src/inverse-client.ts @@ -3,7 +3,7 @@ import { GenericAPIResponse, getBaseRESTInverseUrl, RestClientInverseOptions } f import RequestWrapper from './util/requestWrapper'; import { SharedEndpoints } from './shared-endpoints'; -export class InverseClient extends SharedEndpoints { +export default class InverseClient extends SharedEndpoints { protected requestWrapper: RequestWrapper; /**