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

NegativeValueDisplayMode

import type { NegativeValueDisplayMode } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
type NegativeValueDisplayMode = "POSITIVE" | "NEGATIVE" | cmnP.UnexpectedEnumValue;

§Type

§
"POSITIVE" | "NEGATIVE" | cmnP.UnexpectedEnumValue
[src]