export interface AppStatus { status: string; version: string; database: boolean; totalVisits?: number; }