```diff -IntOrStr: TypeAlias = int | str +type IntOrStr = int | str ``` from [PEP 695](https://peps.python.org/pep-0695/)