Metric Unit Enum

Possible values:

  • currency

  • percentage

  • units

enum MetricUnitEnum {
    currency
    percentage
    units
}

Last updated