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

Event

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

An event related to the person.

interface Event {
date?: Date;
readonly formattedType?: string;
metadata?: FieldMetadata;
type?: string;
}

§Properties

§
date?: Date
[src]

The date of the event.

§
readonly formattedType?: string
[src]

Output only. The type of the event translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the event.

§
type?: string
[src]

The type of the event. The type can be custom or one of these predefined values: * anniversary * other