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

GoogleMapsPlacesV1PlaceAttribution

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

Information about data providers of this place.

interface GoogleMapsPlacesV1PlaceAttribution {
provider?: string;
providerUri?: string;
}

§Properties

§
provider?: string
[src]

Name of the Place's data provider.

§
providerUri?: string
[src]

URI to the Place's data provider.