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

ComputeTypicalFlightEmissionsRequest

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

A list of pair of airports (markets) to request the typical emissions for.

interface ComputeTypicalFlightEmissionsRequest {
markets?: Market[];
}

§Properties

§
markets?: Market[]
[src]

Required. Request the typical flight emissions estimates for this market pair. A maximum of 1000 markets can be requested.