@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
10 lines • 510 B
TypeScript
import { HTTPClient } from '../../../../../utils/http';
import { CrossPlatformFileResponse } from '../../../../../utils/compatibility';
import { ReportCommonAreaReservationsQuery } from '../../types';
export declare class CommonAreaReportsAPI {
private readonly _httpClient;
private readonly _baseUrl;
constructor(_httpClient: HTTPClient, _baseUrl: string);
reservations(params: ReportCommonAreaReservationsQuery): Promise<CrossPlatformFileResponse>;
}
//# sourceMappingURL=common-area.d.ts.map