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

DayInfo

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

This object contains the daily forecast information for each day requested.

interface DayInfo {
date?: Date;
plantInfo?: PlantInfo[];
pollenTypeInfo?: PollenTypeInfo[];
}

§Properties

§
date?: Date
[src]

The date in UTC at which the pollen forecast data is represented.

§
plantInfo?: PlantInfo[]
[src]

This list will include up to 15 pollen species affecting the location specified in the request.

§
pollenTypeInfo?: PollenTypeInfo[]
[src]

This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location specified in the request.