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

Participants

import type { Participants } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the users or user groups.

interface Participants {
Groups?: GroupMetadata[] | null;
Users?: UserMetadata[] | null;
}

§Properties

§
Groups?: GroupMetadata[] | null
[src]

The list of user groups.

§
Users?: UserMetadata[] | null
[src]

The list of users.