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

EmailVerificationData

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

Display data for verifications through email.

interface EmailVerificationData {
domain?: string;
isUserNameEditable?: boolean;
user?: string;
}

§Properties

§
domain?: string
[src]

Domain name in the email address. e.g. "gmail.com" in foo@gmail.com

§
isUserNameEditable?: boolean
[src]

Whether client is allowed to provide a different user name.

§
user?: string
[src]

User name in the email address. e.g. "foo" in foo@gmail.com