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

ComputeFlightEmissionsResponse

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

Output definition for the ComputeFlightEmissions response.

interface ComputeFlightEmissionsResponse {
flightEmissions?: FlightWithEmissions[];
modelVersion?: ModelVersion;
}

§Properties

§
flightEmissions?: FlightWithEmissions[]
[src]

List of flight legs with emission estimates.

§
modelVersion?: ModelVersion
[src]

The model version under which emission estimates for all flights in this response were computed.