How to type hint (compliant with mypy and pylint) dictionaries that may have different custom keys and/or values (Python 3.9)?
In the previous versions of our app, people would just pass some arguments with plain strings to certain functions, as we did not have specific type hinting or data types for some of them. Something like: