export enum eThousandSeparatorFormat { REGULAR_FORMAT = '1.0-0', DECIMAL_FORMAT = '1.1-1', DECIMAL_DOUBLE_FORMAT = '1.2-2', }