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

Photo

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

A person's photo.

interface Photo {
url?: string;
}

§Properties

§
url?: string
[src]

The URL of the photo.