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

CoverPhoto

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

A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.

interface CoverPhoto {
default?: boolean;
metadata?: FieldMetadata;
url?: string;
}

§Properties

§
default?: boolean
[src]

True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.

§

Metadata about the cover photo.

§
url?: string
[src]

The URL of the cover photo.