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

Locale

import type { Locale } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
type Locale =
| "de-DE"
| "en-AU"
| "en-GB"
| "en-IN"
| "en-US"
| "es-419"
| "es-ES"
| "es-US"
| "fr-FR"
| "fr-CA"
| "it-IT"
| "ja-JP"
| "ko-KR"

§Type

§
"de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR" | cmnP.UnexpectedEnumValue
[src]