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

Channel

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

§Type

§
"VOICE" | "CHAT" | "TASK" | cmnP.UnexpectedEnumValue
[src]