export interface Environment { apiBaseUrl: string; isProduction: boolean; tokenKey: string; refreshTokenKey: string; clientId: string; loginRoute: string; }