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

TypicalFlightEmissions

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

Typical flight emission estimates for a certain market

interface TypicalFlightEmissions {
emissionsGramsPerPax?: EmissionsGramsPerPax;
market?: Market;
}

§Properties

§
emissionsGramsPerPax?: EmissionsGramsPerPax
[src]

Optional. Typical flight emissions per passenger for requested market. Will not be present if a typical emissions could not be computed. For the list of reasons why typical flight emissions could not be computed, see GitHub.

§
market?: Market
[src]

Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.