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

PaperSize

import type { PaperSize } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
type PaperSize =
| "US_LETTER"
| "US_LEGAL"
| "US_TABLOID_LEDGER"
| "A0"
| "A1"
| "A2"
| "A3"
| "A4"
| "A5"
| "JIS_B4"
| "JIS_B5"

§Type

§
"US_LETTER" | "US_LEGAL" | "US_TABLOID_LEDGER" | "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "JIS_B4" | "JIS_B5" | cmnP.UnexpectedEnumValue
[src]