export interface IFormat { allowNegativeNumbers: string mask: string prefix: string specialCharacters: string[] suffix: string thousandSeparator: string dropSpecialCharacters: boolean customPatterns: any }