These are only returned if all segments have the same values.

interface NumberFormatStyleConfig {
    currencySymbol?: string;
    decimalPlaces?: number;
    separator?: boolean;
}

Properties

currencySymbol?: string
decimalPlaces?: number
separator?: boolean