@trendmoon/api-client
Version:
Official TypeScript client for Trendmoon API
15 lines • 525 B
TypeScript
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