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

AdditionalInfo

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

The emission sources and health effects of a given pollutant.

interface AdditionalInfo {
effects?: string;
sources?: string;
}

§Properties

§
effects?: string
[src]

Text representing the pollutant's main health effects.

§
sources?: string
[src]

Text representing the pollutant's main emission sources.