UNPKG

@trendmoon/api-client

Version:
15 lines 525 B
import { TrendmoonApiClient } from '../api/TrendmoonApiClient.js'; import * as Types from '../types/ResponseAndParams.js'; export declare class AlertsService { private apiClient; constructor(apiClient: TrendmoonApiClient); /** * Retrieves top alerts for today. */ getTopAlertsToday(): Promise<Types.GetTopAlertsTodayResponse>; /** * Retrieves top category alerts. */ getTopCategoryAlerts(): Promise<Types.GetTopCategoryAlertsResponse>; } //# sourceMappingURL=AlertsService.d.ts.map