export interface WsReconnectResponse { maxAttempts: number; currentAttempt: number; }