Number

privex.helpers.types.Number = typing.Union[decimal.Decimal, int, float]

Shorter alias for Union[Decimal, int, float]