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

PersonProperties

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

Properties specific to a linked Person.

interface PersonProperties {
readonly email?: string;
readonly name?: string;
}

§Properties

§
readonly email?: string
[src]

Output only. The email address linked to this Person. This field is always present.

§
readonly name?: string
[src]

Output only. The name of the person if it's displayed in the link text instead of the person's email address.