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

RelativeFontSize

import type { RelativeFontSize } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
type RelativeFontSize =
| "EXTRA_SMALL"
| "SMALL"
| "MEDIUM"
| "LARGE"
| "EXTRA_LARGE"

§Type

§
"EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE" | cmnP.UnexpectedEnumValue
[src]