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