import HttpMethods from 'pipes-nodejs-sdk/dist/lib/Transport/HttpMethods'; import AFakturoidConnector from './FakturoidAbstractConnector'; export default class FakturoidCreateNewSubjectConnector extends AFakturoidConnector { protected _name: string; protected _endpoint: string; protected _method: HttpMethods; }