import { IEnvironment } from './environment.interface'; export const environment: IEnvironment = { server: true, type: 'prod', production: true, apiUrl: '/api' };