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

ThemeType

import type { ThemeType } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
type ThemeType =
| "QUICKSIGHT"
| "CUSTOM"
| "ALL"

§Type

§
"QUICKSIGHT" | "CUSTOM" | "ALL" | cmnP.UnexpectedEnumValue
[src]