export interface DemoConnectionStatus { success: boolean; detail: string; }