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

GoogleMapsPlacesV1FuelOptionsFuelPrice

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

Fuel price information for a given type.

interface GoogleMapsPlacesV1FuelOptionsFuelPrice {
type?:
| "FUEL_TYPE_UNSPECIFIED"
| "DIESEL"
| "REGULAR_UNLEADED"
| "MIDGRADE"
| "PREMIUM"
| "SP91"
| "SP91_E10"
| "SP92"
| "SP95"
| "SP95_E10"
| "SP98"
| "SP99"
| "SP100"
| "LPG"
| "E80"
| "E85"
| "METHANE"
| "BIO_DIESEL"
| "TRUCK_DIESEL";
updateTime?: Date;
}

§Properties

§

The price of the fuel.

§
type?: "FUEL_TYPE_UNSPECIFIED" | "DIESEL" | "REGULAR_UNLEADED" | "MIDGRADE" | "PREMIUM" | "SP91" | "SP91_E10" | "SP92" | "SP95" | "SP95_E10" | "SP98" | "SP99" | "SP100" | "LPG" | "E80" | "E85" | "METHANE" | "BIO_DIESEL" | "TRUCK_DIESEL"
[src]

The type of fuel.

§
updateTime?: Date
[src]

The time the fuel price was last updated.