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 {
email?: string;
name?: string;
}

§Properties

§
email?: string
[src]

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

§
name?: string
[src]

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