@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
9 lines • 377 B
TypeScript
import { HTTPClient } from '../../../utils/http';
import { GlobalBankAccountConfiguration } from './types';
export declare class GlobalBankAccountAPI {
private readonly _httpClient;
private readonly _baseUrl;
constructor(_httpClient: HTTPClient, _baseUrl: string);
configurations(): Promise<GlobalBankAccountConfiguration[]>;
}
//# sourceMappingURL=api.d.ts.map