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

ContactInfo

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

Contact information of stakeholders.

interface ContactInfo {
displayName?: string;
email?: string;
}

§Properties

§
displayName?: string
[src]

Optional. Contact's name. Can have a maximum length of 63 characters.

§
email?: string
[src]

Required. Email address of the contacts.