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

MappingRuleMatchType

import type { MappingRuleMatchType } from "https://aws-api.deno.dev/v0.3/services/cognitoidentity.ts?docs=full";
type MappingRuleMatchType =
| "Equals"
| "Contains"
| "StartsWith"
| "NotEqual"

§Type

§
"Equals" | "Contains" | "StartsWith" | "NotEqual" | cmnP.UnexpectedEnumValue
[src]