declare enum PlatformType { Windows = "windows", Apple = "apple", Android = "android", Linux = "linux", Web = "web" } export { PlatformType };