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

Flight

import type { Flight } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Flight

interface Flight {
endDate?: Date;
rateOrCost?: bigint;
startDate?: Date;
units?: bigint;
}

§Properties

§
endDate?: Date
[src]
§
rateOrCost?: bigint
[src]

Rate or cost of this flight.

§
startDate?: Date
[src]
§
units?: bigint
[src]

Units of this flight.