export interface DashboardProps { server?: { name?: string; url?: string; }; summary?: { boxTotalCount?: number; boxOnlineCount?: number; }; }