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

QueueInfo

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

If this contact was queued, this contains information about the queue.

interface QueueInfo {
EnqueueTimestamp?: Date | number | null;
Id?: string | null;
}

§Properties

§
EnqueueTimestamp?: Date | number | null
[src]

The timestamp when the contact was added to the queue.

§
Id?: string | null
[src]

The identifier of the agent who accepted the contact.