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

HealthRecommendations

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

Health recommendations for different population groups in a free text format. The recommendations are derived from their associated air quality conditions.

interface HealthRecommendations {
athletes?: string;
children?: string;
elderly?: string;
generalPopulation?: string;
heartDiseasePopulation?: string;
lungDiseasePopulation?: string;
pregnantWomen?: string;
}

§Properties

§
athletes?: string
[src]

Sports and other strenuous outdoor activities.

§
children?: string
[src]

Younger populations including children, toddlers, and babies.

§
elderly?: string
[src]

Retirees and people older than the general population.

§
generalPopulation?: string
[src]

No specific sensitivities.

§
heartDiseasePopulation?: string
[src]

Heart and circulatory system diseases.

§
lungDiseasePopulation?: string
[src]

Respiratory related problems and asthma suffers.

§
pregnantWomen?: string
[src]

Women at all stages of pregnancy.