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

Connection

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

A connection is the link from a source photo to a destination photo.

interface Connection {
target?: PhotoId;
}

§Properties

§
target?: PhotoId
[src]

Required. The destination of the connection from the containing photo to another photo.