export interface EnvironmentInterface { apiRoot: string; frontendRoot: string; target: 'prod' | 'dev'; version: string; }