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

UserInfo

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

Information about a user.

interface UserInfo {
email?: string;
}

§Properties

§
email?: string
[src]

E-mail address of the user.