I'm using it in most of my projects. It helps to understand what to expect from which function.
Really usefull for migrations, when you are e.g. creating an object and in the past it was just some dict/json.
-> So does function xy use the old or the new way? Type hint will let you know 😃