still seeing ```export interface ConnectionInfo {...
# helpdesk
w
still seeing
Copy code
export interface ConnectionInfo {
  host: string;
  port: number;
  secure?: boolean;
}