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

Credential

import type { Credential } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface Credential {
Password?: string | null;
Username?: string | null;
}

§Properties

§
Password?: string | null
[src]
§
Username?: string | null
[src]