export enum Environment { development = "development", production = "production" }