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

UpdateBackendAuthForgotPasswordConfig

import type { UpdateBackendAuthForgotPasswordConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/amplifybackend.ts";
interface UpdateBackendAuthForgotPasswordConfig {
DeliveryMethod?: DeliveryMethod | null;
EmailSettings?: EmailSettings | null;
SmsSettings?: SmsSettings | null;
}

§Properties

§
DeliveryMethod?: DeliveryMethod | null
[src]
§
EmailSettings?: EmailSettings | null
[src]
§
SmsSettings?: SmsSettings | null
[src]