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

ParticipantDetails

import type { ParticipantDetails } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

The customer's details.

interface ParticipantDetails {
DisplayName: string;
}

§Properties

§
DisplayName: string
[src]

Display name of the participant.