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

SuggesterFuzzyMatching

import type { SuggesterFuzzyMatching } from "https://aws-api.deno.dev/v0.3/services/cloudsearch.ts?docs=full";
type SuggesterFuzzyMatching =
| "none"
| "low"
| "high"

§Type

§
"none" | "low" | "high" | cmnP.UnexpectedEnumValue
[src]