UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

9 lines 442 B
import { HTTPClient } from '../../../../utils/http'; import { MeetingParticipant, UpdateMeetingParticipantDTO } from '../types'; export declare class MeetingParticipantsAPI { private readonly _httpClient; private readonly _basePath; constructor(_httpClient: HTTPClient, _basePath: string); update(propertyId: string, data: UpdateMeetingParticipantDTO): Promise<MeetingParticipant>; } //# sourceMappingURL=participants.d.ts.map