export interface ApiConfig { apiServer: string; maintenanceUrl?: string; errorUrl?: string; loginUrl?: string; }