type Environment = { port: number; host: string; development: boolean; frontendFqdn: string; backendFqdn: string; }; export type { Environment };