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/devopsguru.ts?docs=full";
type Locale =
| "DE_DE"
| "EN_US"
| "EN_GB"
| "ES_ES"
| "FR_FR"
| "IT_IT"
| "JA_JP"
| "KO_KR"
| "PT_BR"
| "ZH_CN"
| "ZH_TW"

§Type

§
"DE_DE" | "EN_US" | "EN_GB" | "ES_ES" | "FR_FR" | "IT_IT" | "JA_JP" | "KO_KR" | "PT_BR" | "ZH_CN" | "ZH_TW" | cmnP.UnexpectedEnumValue
[src]