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

ClientData

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

Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.

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

§Properties

§
key?: string
[src]

The client specified key of the client data.

§

Metadata about the client data.

§
value?: string
[src]

The client specified value of the client data.