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

EasaLabelMetadata

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

Metadata about the EASA Flight Emissions Label.

interface EasaLabelMetadata {
labelExpiryDate?: Date;
labelIssueDate?: Date;
labelVersion?: string;
safDiscountPercentage?: number;
}

§Properties

§
labelExpiryDate?: Date
[src]

The date when the label expires. The label can be displayed until the end of this date.

§
labelIssueDate?: Date
[src]

The date when the label was issued.

§
labelVersion?: string
[src]

Version of the label.

§
safDiscountPercentage?: number
[src]

Sustainable Aviation Fuel (SAF) emissions discount percentage applied to the label. It is a percentage as a decimal. The values are in the interval [0,1]. For example, 0.0021 means 0.21%. This discount and reduction in emissions are reported by the EASA label but they are not included in the CO2e estimates distributed by this API.