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

NumericSeparatorConfiguration

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

The options that determine the numeric separator configuration.

interface NumericSeparatorConfiguration {
DecimalSeparator?: NumericSeparatorSymbol | null;
ThousandsSeparator?: ThousandSeparatorOptions | null;
}

§Properties

§
DecimalSeparator?: NumericSeparatorSymbol | null
[src]

Determines the decimal separator.

§
ThousandsSeparator?: ThousandSeparatorOptions | null
[src]

The options that determine the thousands separator configuration.