import { Decimal } from"@neutrium/math";
exportinterfaceQuantityDefinition
{
scalar: Decimal, // The numerical value of the quantitynumerator: string[] // The units numerator - An array of unit tokensdenominator: string[] // The units denominator - An array of unit tokens
}