This type defines a currency value.
type CurrencyValue = [ number, string ];
E.g.: [ 1000, 'USD' ]
[ 1000, 'USD' ]