In which file can I define a typealias that works in the whole project, etc.
typealias S = String
the typealias works the same way as variables. If you want to be global put it outside the class scope at any file.
typealias