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

Scope3FlightEmissions

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

Scope 3 flight with emission estimates.

interface Scope3FlightEmissions {
source?:
| "SCOPE3_DATA_TYPE_UNSPECIFIED"
| "TIM_EMISSIONS"
| "TYPICAL_FLIGHT_EMISSIONS"
| "DISTANCE_BASED_EMISSIONS";
ttwEmissionsGramsPerPax?: bigint;
wttEmissionsGramsPerPax?: bigint;
wtwEmissionsGramsPerPax?: bigint;
}

§Properties

§

Required. Matches the flight identifiers in the request.

§
source?: "SCOPE3_DATA_TYPE_UNSPECIFIED" | "TIM_EMISSIONS" | "TYPICAL_FLIGHT_EMISSIONS" | "DISTANCE_BASED_EMISSIONS"
[src]

Optional. The source of the emissions data.

§
ttwEmissionsGramsPerPax?: bigint
[src]

Optional. Tank-to-wake flight emissions per passenger based on the requested info.

§
wttEmissionsGramsPerPax?: bigint
[src]

Optional. Well-to-tank flight emissions per passenger based on the requested info.

§
wtwEmissionsGramsPerPax?: bigint
[src]

Optional. Total flight emissions (sum of well-to-tank and tank-to-wake) per passenger based on the requested info. This is the total emissions and unless you have specific reasons for using TTW or WTT emissions, you should use this number.