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

EmissionsGramsPerPax

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

Grouped emissions per seating class results.

interface EmissionsGramsPerPax {
business?: number;
economy?: number;
first?: number;
premiumEconomy?: number;
}

§Properties

§
business?: number
[src]

Emissions for one passenger in business class in grams. This field is always computed and populated, regardless of whether the aircraft has business class seats or not.

§
economy?: number
[src]

Emissions for one passenger in economy class in grams. This field is always computed and populated, regardless of whether the aircraft has economy class seats or not.

§
first?: number
[src]

Emissions for one passenger in first class in grams. This field is always computed and populated, regardless of whether the aircraft has first class seats or not.

§
premiumEconomy?: number
[src]

Emissions for one passenger in premium economy class in grams. This field is always computed and populated, regardless of whether the aircraft has premium economy class seats or not.