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

FeedbackValueType

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

§Type

§
"Valid" | "Invalid" | cmnP.UnexpectedEnumValue
[src]