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

EventFilterType

import type { EventFilterType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";
type EventFilterType =
| "SIGN_IN"
| "PASSWORD_CHANGE"
| "SIGN_UP"

§Type

§
"SIGN_IN" | "PASSWORD_CHANGE" | "SIGN_UP" | cmnP.UnexpectedEnumValue
[src]