export type TAbbreviation = {
  decimals?: number;
  suffixes?: string[];
  suffixSpace?: boolean;
};
