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

DeliveryMethod

import type { DeliveryMethod } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";

The type of verification message to send.

type DeliveryMethod = "EMAIL" | "SMS" | cmnP.UnexpectedEnumValue;

§Type