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

User

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

Describes a single user.

interface User {
email?: string;
}

§Properties

§
email?: string
[src]

The user's email.