Type Alias TwingNumberFormat

TwingNumberFormat: {
    decimalPoint: string;
    numberOfDecimals: number;
    thousandSeparator: string;
}