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

UserDefined

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

Arbitrary user data that is populated by the end users.

interface UserDefined {
key?: string;
metadata?: FieldMetadata;
value?: string;
}

§Properties

§
key?: string
[src]

The end user specified key of the user defined data.

§

Metadata about the user defined data.

§
value?: string
[src]

The end user specified value of the user defined data.