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

BatchGetPhotosResponse

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

Response to batch get of Photos.

interface BatchGetPhotosResponse {
results?: PhotoResponse[];
}

§Properties

§
results?: PhotoResponse[]
[src]

List of results for each individual Photo requested, in the same order as the requests in BatchGetPhotos.