In order to clean up the codebase, we can replace the named types with `var` or `final var` keywords wherever it will make the code cleaner.
In order to clean up the codebase, we can replace the named types with
varorfinal varkeywords wherever it will make the code cleaner.