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

UsernameAttributeType

import type { UsernameAttributeType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";
type UsernameAttributeType = "phone_number" | "email" | cmnP.UnexpectedEnumValue;

§Type

§
"phone_number" | "email" | cmnP.UnexpectedEnumValue
[src]