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.4/services/accessanalyzer.ts?docs=full";
type Locale =
| "DE"
| "EN"
| "ES"
| "FR"
| "IT"
| "JA"
| "KO"
| "PT_BR"
| "ZH_CN"
| "ZH_TW"

§Type

§
"DE" | "EN" | "ES" | "FR" | "IT" | "JA" | "KO" | "PT_BR" | "ZH_CN" | "ZH_TW" | cmnP.UnexpectedEnumValue
[src]