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

ComputeDetailedFlightEmissionsResponse

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

Output definition for the ComputeDetailedFlightEmissions response.

interface ComputeDetailedFlightEmissionsResponse {
flightsWithDetailedEmissions?: FlightWithDetailedEmissions[];
modelVersion?: ModelVersion;
}

§Properties

§
flightsWithDetailedEmissions?: FlightWithDetailedEmissions[]
[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.