// These constants are injected via webpack environment variables. // You can add more variables in webpack.common.js or in profile specific webpack..js files. // If you change the values in the webpack config files, you need to re run webpack to update the application declare const SERVER_API_URL: string; declare const APP_VERSION: string;