UNPKG

growwapi

Version:
7 lines (6 loc) 227 B
import { HistoricDataParams, HistoricDataResponse } from '../types'; export declare class HistoricData { private http; constructor(baseUrl: string); get(params: HistoricDataParams): Promise<HistoricDataResponse>; }