@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
11 lines • 596 B
TypeScript
import { HTTPClient } from '../../../../../utils/http';
import { CrossPlatformFileResponse } from '../../../../../utils/compatibility';
import { ReportResidentDebtsQuery, ReportResidentReceiptsQuery } from '../../types';
export declare class ResidentReportsAPI {
private readonly _httpClient;
private readonly _baseUrl;
constructor(_httpClient: HTTPClient, _baseUrl: string);
debts(params: ReportResidentDebtsQuery): Promise<CrossPlatformFileResponse>;
receipts(params: ReportResidentReceiptsQuery): Promise<CrossPlatformFileResponse>;
}
//# sourceMappingURL=resident.d.ts.map