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

EmissionsBreakdown

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

Details about the various emissions portions of the total emissions_grams_per_pax value. The value of the summed breakdowns should always equal emissions_grams_per_pax.

interface EmissionsBreakdown {
ttwEmissionsGramsPerPax?: EmissionsGramsPerPax;
wttEmissionsGramsPerPax?: EmissionsGramsPerPax;
}

§Properties

§
ttwEmissionsGramsPerPax?: EmissionsGramsPerPax
[src]

Per-passenger tank-to-wake emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions.

§
wttEmissionsGramsPerPax?: EmissionsGramsPerPax
[src]

Per-passenger well-to-tank emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions.