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

DecimalDefaultValues

import type { DecimalDefaultValues } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The default values of the DecimalParameterDeclaration.

interface DecimalDefaultValues {
DynamicValue?: DynamicDefaultValue | null;
StaticValues?: number[] | null;
}

§Properties

§
DynamicValue?: DynamicDefaultValue | null
[src]

The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

§
StaticValues?: number[] | null
[src]

The static values of the DecimalDefaultValues.