NumberStr

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

Shorter alias for Union[Decimal, int, float, str]