Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DailyRollUpDataPointsResponse

import type { DailyRollUpDataPointsResponse } from "https://googleapis.deno.dev/v1/health:v4.ts";

Response containing the list of rolled up data points.

interface DailyRollUpDataPointsResponse {
rollupDataPoints?: DailyRollupDataPoint[];
}

§Properties

§
rollupDataPoints?: DailyRollupDataPoint[]
[src]

Values for each aggregation time window.