UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

10 lines 497 B
import { HTTPClient } from '../../../../../utils/http'; import { CrossPlatformFileResponse } from '../../../../../utils/compatibility'; import { ReportMeetingParticipantsQuery } from '../../types'; export declare class MeetingReportsAPI { private readonly _httpClient; private readonly _baseUrl; constructor(_httpClient: HTTPClient, _baseUrl: string); participants(params: ReportMeetingParticipantsQuery): Promise<CrossPlatformFileResponse>; } //# sourceMappingURL=meeting.d.ts.map