import { AppConfig } from '../types'; export const environment: AppConfig = { apiUrl: 'http://localhost:4200/api' };