Correct way to import Typescript enumerations

Hey @victor.aprea ,

The following article may be able to help;

It seems that as of TypeScript 2.9, it is now easy and possible to import a module’s types directly into the project. :slight_smile:

That being said, we will export the constant enumerations in VideoSDK in a future release.

Thanks,
Tommy