declare enum TargetPlatform { android = "{ \"_name\": \"TargetPlatform.android\", \"index\": 0 }", fuchsia = "{ \"_name\": \"TargetPlatform.fuchsia\", \"index\": 1 }", iOS = "{ \"_name\": \"TargetPlatform.iOS\", \"index\": 2 }", linux = "{ \"_name\": \"TargetPlatform.linux\", \"index\": 3 }", macOS = "{ \"_name\": \"TargetPlatform.macOS\", \"index\": 4 }", windows = "{ \"_name\": \"TargetPlatform.windows\", \"index\": 5 }" } export { TargetPlatform };