How can I import all types from certain file?
Let\'s say I have myClass.ts and otherClass.ts. I want to import all classes from otherClas
myClass.ts
otherClass.ts
otherClas
You can use triple slashes import:
///
They must have to be the on the first line(s) of the file.