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

FlightObjectListResponse

import type { FlightObjectListResponse } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface FlightObjectListResponse {
pagination?: Pagination;
resources?: FlightObject[];
}

§Properties

§
resources?: FlightObject[]
[src]

Resources corresponding to the list request.