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

TimeSeries

import type { TimeSeries } from "https://googleapis.deno.dev/v1/businessprofileperformance:v1.ts";

Represents a timeseries.

interface TimeSeries {
datedValues?: DatedValue[];
}

§Properties

§
datedValues?: DatedValue[]
[src]

List of datapoints in the timeseries, where each datapoint is a date-value pair.