{"version":3,"sources":["../src/config/environments.ts"],"names":["SupportedEnvironments"],"mappings":";AAAO,IAAMA,EAAwB,CACnC,IAAK,cACL,IAAK,UACL,KAAM,YACR","sourcesContent":["export const SupportedEnvironments = {\n  DEV: 'development',\n  SIT: 'staging',\n  PROD: 'production',\n} as const;\n\nexport type SupportedEnvironments =\n  (typeof SupportedEnvironments)[keyof typeof SupportedEnvironments];\n"]}