interface TimeseriesResponse {
    results: TimeseriesResult[];
}

Properties

Properties

results: TimeseriesResult[]