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

EmailAddress

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

A person's email address.

interface EmailAddress {
customType?: string;
emailAddress?: string;
emailUrl?: string;
primary?: boolean;
type?: string;
}

§Properties

§
customType?: string
[src]

If the value of type is custom, this property contains the custom type string.

§
emailAddress?: string
[src]

The email address.

§
emailUrl?: string
[src]

The URL to send email.

§
primary?: boolean
[src]

Indicates if this is the user's primary email. Only one entry can be marked as primary.

§
type?: string
[src]

The type of the email account. Acceptable values are: "custom", "home", "other", "work".