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

GroupClientData

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

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

interface GroupClientData {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

The client specified key of the client data.

§
value?: string
[src]

The client specified value of the client data.