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

ComputeScope3FlightEmissionsResponse

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

A list of flights with Scope 3 emission estimates.

interface ComputeScope3FlightEmissionsResponse {
flightEmissions?: Scope3FlightEmissions[];
modelVersion?: ModelVersion;
}

§Properties

§
flightEmissions?: Scope3FlightEmissions[]
[src]

List of flight segments with emission estimates.

§
modelVersion?: ModelVersion
[src]

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