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

CodeDeliveryDetailsType

import type { CodeDeliveryDetailsType } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface CodeDeliveryDetailsType {
AttributeName?: string | null;
DeliveryMedium?: DeliveryMediumType | null;
Destination?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]
§
DeliveryMedium?: DeliveryMediumType | null
[src]
§
Destination?: string | null
[src]