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

ImportDataCharacterEncoding

import type { ImportDataCharacterEncoding } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";
type ImportDataCharacterEncoding =
| "UTF-8"
| "US-ASCII"
| "ISO-8859-1"
| "UTF-16BE"
| "UTF-16LE"
| "UTF-16"

§Type

§
"UTF-8" | "US-ASCII" | "ISO-8859-1" | "UTF-16BE" | "UTF-16LE" | "UTF-16" | cmnP.UnexpectedEnumValue
[src]