STRBYTES

privex.helpers.types.STRBYTES = typing.Union[bytes, str]

Shorter alias for Union[bytes, str]