enum AppEnvironment { Production = "production", Development = "development", Test = "test", } export default AppEnvironment;