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

AttendeeIdItem

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

A structure that contains one or more attendee IDs.

interface AttendeeIdItem {
AttendeeId: string;
}

§Properties

§
AttendeeId: string
[src]

A list of one or more attendee IDs.