Andi Skill Builder API Documentation

Type Alias: CurrencyMaskOptions

type CurrencyMaskOptions = NumericMaskOptions & {
  currency: string;
  type: Currency;
};

Type Declaration

Name Type Description
currency string The currency code, e.g. "USD".
type Currency -