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

BatchDeletePhotosResponse

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

Response to batch delete of one or more Photos.

interface BatchDeletePhotosResponse {
status?: Status[];
}

§Properties

§
status?: Status[]
[src]

The status for the operation to delete a single Photo in the batch request.